* spdf.xsl (codebase): Expand "@href".
[elisp/semi-variants.git] / xdocs / style / spdf.xsl
index 0144043..ab4cd91 100644 (file)
@@ -92,7 +92,7 @@
            </table>
          </xsl:when>
          <xsl:otherwise>
-           <a href="@href"><xsl:value-of select="@href"/></a>
+           <a href="{@href}"><xsl:value-of select="@href"/></a>
          </xsl:otherwise>
        </xsl:choose>
       </td>