diff options
author | nectar <nectar@FreeBSD.org> | 2004-04-04 07:18:05 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-04-04 07:18:05 +0800 |
commit | 456f46fae86ae73285f6e881263cc278bb1938dc (patch) | |
tree | 4c55e5df4d6a30a14797c7a6351e15ae3fcb585a | |
parent | ba04938dbe28726edf38c06a332e0ecb3139165f (diff) | |
download | freebsd-ports-gnome-456f46fae86ae73285f6e881263cc278bb1938dc.tar.gz freebsd-ports-gnome-456f46fae86ae73285f6e881263cc278bb1938dc.tar.zst freebsd-ports-gnome-456f46fae86ae73285f6e881263cc278bb1938dc.zip |
Oops, tidy.xsl should now produce VuXML 1.1 documents on output.
-rw-r--r-- | security/vuxml/files/tidy.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/vuxml/files/tidy.xsl b/security/vuxml/files/tidy.xsl index 3a9febbbf2c8..aa70e4451b1e 100644 --- a/security/vuxml/files/tidy.xsl +++ b/security/vuxml/files/tidy.xsl @@ -12,8 +12,8 @@ <xsl:output method="xml" encoding="utf-8" - doctype-system="http://www.vuxml.org/dtd/vuxml-1/vuxml-10.dtd" - doctype-public="-//vuxml.org//DTD VuXML 1.0//EN" + doctype-system="http://www.vuxml.org/dtd/vuxml-1/vuxml-11.dtd" + doctype-public="-//vuxml.org//DTD VuXML 1.1//EN" indent="yes" /> |