Encoding bugs fixed in xslt

main
Inga 🏳‍🌈 14 years ago
parent ac0cd67a0d
commit 043db0d647
  1. 2
      templates/Full/elems/Main.xslt
  2. 2
      templates/Lite/elems/Main.xslt

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1251"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
<xsl:import href="Header.xslt"/>
<xsl:output method="xml" indent="no" encoding="UCS-2"/>
<xsl:output method="xml" indent="no" />
<xsl:template match="/root">
<html>
<head>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1251"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
<xsl:import href="Header.xslt"/>
<xsl:output method="xml" indent="no" encoding="UCS-2"/>
<xsl:output method="xml" indent="no" />
<xsl:template match="/root">
<html>
<head>

Loading…
Cancel
Save