summaryrefslogtreecommitdiffstats
path: root/htdocs/xml-results.xsl
diff options
context:
space:
mode:
authorlink <link@localhost>2004-07-21 15:07:36 +0000
committerlink <link@localhost>2004-07-21 15:07:36 +0000
commit2a34e85e4df0d42616cfb84c2f7354673d185b85 (patch)
treee5ce4d52ba2130c261520adae557db617c8bf55b /htdocs/xml-results.xsl
parent0142358284f759b15b1dc0d5406782e45ac4e1fa (diff)
downloadmarkup-validator-2a34e85e4df0d42616cfb84c2f7354673d185b85.zip
markup-validator-2a34e85e4df0d42616cfb84c2f7354673d185b85.tar.gz
markup-validator-2a34e85e4df0d42616cfb84c2f7354673d185b85.tar.bz2
Merging from branch validator-0_6_0-branch, at tag validator-0_6_7-pre2.
(0.6.7 is missing relnotes and other minor tweaks)
Diffstat (limited to 'htdocs/xml-results.xsl')
-rw-r--r--htdocs/xml-results.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/xml-results.xsl b/htdocs/xml-results.xsl
index 11462e2..e107ee8 100644
--- a/htdocs/xml-results.xsl
+++ b/htdocs/xml-results.xsl
@@ -26,7 +26,7 @@
<xsl:template match="meta">
<table id="meta" summary="Metadata concerning the page">
<tbody>
- <tr><th scope="row">URI</th> <td><a><xsl:attribute name="href"><xsl:value-of select="uri"/></xsl:attribute></a></td></tr>
+ <tr><th scope="row">URL</th> <td><a><xsl:attribute name="href"><xsl:value-of select="uri"/></xsl:attribute></a></td></tr>
<tr><th scope="row">Last Modified</th> <td><xsl:value-of select="modified"/></td></tr>
<tr><th scope="row">Server</th> <td><xsl:value-of select="server"/></td></tr>
<tr><th scope="row">Content-Length</th> <td><xsl:value-of select="size"/></td></tr>