summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ns-schema.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ns-schema.xsl b/ns-schema.xsl
index 3bd72e4..8c4fdc4 100644
--- a/ns-schema.xsl
+++ b/ns-schema.xsl
@@ -330,7 +330,7 @@
<a href="/info/disclaimer#webmastermail">See contact information</a>
</xsl:when>
<xsl:otherwise>
- <a href=".//foaf:mbox/@rdf:resource"><xsl:value-of select=".//foaf:mbox/@rdf:resource"/></a>
+ <a href="{.//foaf:mbox/@rdf:resource}"><xsl:value-of select=".//foaf:mbox/@rdf:resource"/></a>
</xsl:otherwise>
</xsl:choose>
)