diff options
author | randomdan <randomdan@localhost> | 2010-11-01 20:07:42 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-11-01 20:07:42 +0000 |
commit | c46b2d0462bec6ab6fa70861ea882f35f54ebf79 (patch) | |
tree | fd2ff852076de53b6cd2b1b142f68c0395e4d39b /gentoobrowse/emails/newpackageversions.xslt | |
parent | Tidy up bugimport as xsltproc can do the remote get itself and disable DTD check (diff) | |
download | gentoobrowse-c46b2d0462bec6ab6fa70861ea882f35f54ebf79.tar.bz2 gentoobrowse-c46b2d0462bec6ab6fa70861ea882f35f54ebf79.tar.xz gentoobrowse-c46b2d0462bec6ab6fa70861ea882f35f54ebf79.zip |
Make the XML NS consistent
Diffstat (limited to 'gentoobrowse/emails/newpackageversions.xslt')
-rw-r--r-- | gentoobrowse/emails/newpackageversions.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/emails/newpackageversions.xslt b/gentoobrowse/emails/newpackageversions.xslt index abdd9e4..67301db 100644 --- a/gentoobrowse/emails/newpackageversions.xslt +++ b/gentoobrowse/emails/newpackageversions.xslt @@ -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:project2="http://project2.randomdan.homeip.net/" exclude-result-prefixes="project2" > + xmlns:project2="http://project2.randomdan.homeip.net" exclude-result-prefixes="project2" > <xsl:output encoding="utf-8" method="html" media-type="text/html" indent="yes" doctype-system="http://www.w3.org/TR/html4/loose.dtd" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" /> |