Project

General

Profile

« Previous | Next » 

Revision 8005

use "UTF-8" instead of encoding="iso-8859-1"

View differences:

eml-software.xsl
32 32
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
33 33

  
34 34

  
35
  <xsl:output method="html" encoding="iso-8859-1"
35
  <xsl:output method="html" encoding="UTF-8"
36 36
              doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
37 37
              doctype-system="http://www.w3.org/TR/html4/loose.dtd"
38 38
              indent="yes" />  

Also available in: Unified diff