summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2008-08-06 12:13:06 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2008-08-06 12:13:06 +0000
commit1cf3e77fc0c2c429d20ae0c46f73b142f42d0325 (patch)
treea8e10989ed986fc0cbe6e35d78dc6a0ebfe33f4d /tests
parent0dcf3f75a964bb61e69d51c47e80b28ed0b29c22 (diff)
downloadlibxslt-1cf3e77fc0c2c429d20ae0c46f73b142f42d0325.tar.gz
libxslt-1cf3e77fc0c2c429d20ae0c46f73b142f42d0325.tar.bz2
libxslt-1cf3e77fc0c2c429d20ae0c46f73b142f42d0325.zip
tests/namespaces/tst7.xsl: fixed typo detected by new libxml2 code
* Minor cleanup of "typo" and some compilation warnings: tests/namespaces/tst7.xsl: fixed typo detected by new libxml2 code libxslt/keys.c, libxslt/xsltlocale.c, libexslt/date.c: trivial changes for gcc warnings. svn path=/trunk/; revision=1490
Diffstat (limited to 'tests')
-rw-r--r--tests/namespaces/tst7.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/namespaces/tst7.xsl b/tests/namespaces/tst7.xsl
index 1ce238bd..47df7d99 100644
--- a/tests/namespaces/tst7.xsl
+++ b/tests/namespaces/tst7.xsl
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:html="http://http://www.w3.org/1999/xhtml">
+ xmlns:html="http://www.w3.org/1999/xhtml">
<xsl:output method="xml" version="1.0" encoding="utf-8" indent="yes"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" />