Changeset 16500
- Timestamp:
- 2008-07-22 10:24:18 (2 months ago)
- Files:
-
- greenstone3/trunk/web/ui/xslt/error.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
greenstone3/trunk/web/ui/xslt/error.xsl
r16315 r16500 1 <?xml version="1.0" encoding=" ISO-8859-1"?>1 <?xml version="1.0" encoding="UTF-8"?> 2 2 3 3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 4 4 5 <xsl:output method="html"/> 5 <xsl:output 6 method="xml" 7 encoding="UTF-8" 8 doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" 9 doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" 10 omit-xml-declaration="yes" 11 indent="yes"/> 12 6 13 7 14 <xsl:template match="/">
