aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2004-04-03 23:18:05 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2004-04-03 23:18:05 +0000
commit097aea93458a35f94a0a379ca3e399e0e5d13759 (patch)
tree42789997b9af618712cf749784eaf7fe0e168b69 /security
parent67c31d210d9cc3a06280828f013edda89fc6fa6d (diff)
downloadports-097aea93458a35f94a0a379ca3e399e0e5d13759.tar.gz
ports-097aea93458a35f94a0a379ca3e399e0e5d13759.zip
Oops, tidy.xsl should now produce VuXML 1.1 documents on output.
Notes
Notes: svn path=/head/; revision=106077
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/files/tidy.xsl4
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"
/>