Ignore:
Timestamp:
2008-07-22T10:24:18+12:00 (16 years ago)
Author:
max
Message:

Output method of the error message fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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"?>
    22
    33<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    44
    5 <xsl:output method="html"/>
     5<xsl:output
     6method="xml"
     7encoding="UTF-8"
     8doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
     9doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
     10omit-xml-declaration="yes"
     11indent="yes"/>
     12
    613 
    714<xsl:template match="/">
Note: See TracChangeset for help on using the changeset viewer.