* spdf.xsl (codebase): Expand "@href".
authorueno <ueno>
Mon, 4 Dec 2000 23:45:47 +0000 (23:45 +0000)
committerueno <ueno>
Mon, 4 Dec 2000 23:45:47 +0000 (23:45 +0000)
xdocs/style/spdf.xsl

index 0144043..ab4cd91 100644 (file)
@@ -92,7 +92,7 @@
            </table>
          </xsl:when>
          <xsl:otherwise>
            </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>
          </xsl:otherwise>
        </xsl:choose>
       </td>