Code review comment for lp:~allenap/launchpadlib/apidoc-broken-links-bug-291163

Revision history for this message
Gavin Panella (allenap) wrote :

=== modified file 'launchpadlib/wadl-to-refhtml.xsl'
--- launchpadlib/wadl-to-refhtml.xsl 2008-12-04 16:11:40 +0000
+++ launchpadlib/wadl-to-refhtml.xsl 2008-12-05 17:56:57 +0000
@@ -736,7 +736,7 @@
             <xsl:apply-templates select="key('id', $id)"
                 mode="representation-type"/>
             representation of a
- <a href="{$resource_type}"><xsl:value-of
+ <a href="#{$resource_type}"><xsl:value-of
                 select="$resource_type"
             /></a><xsl:if test="contains($id, '-page')">
                     collection

« Back to merge proposal