projects
/
elisp
/
semi-variants.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc42c04
)
* spdf.xsl (codebase): Expand "@href".
author
ueno
<ueno>
Mon, 4 Dec 2000 23:45:47 +0000
(23:45 +0000)
committer
ueno
<ueno>
Mon, 4 Dec 2000 23:45:47 +0000
(23:45 +0000)
xdocs/style/spdf.xsl
patch
|
blob
|
history
diff --git
a/xdocs/style/spdf.xsl
b/xdocs/style/spdf.xsl
index
0144043
..
ab4cd91
100644
(file)
--- a/
xdocs/style/spdf.xsl
+++ b/
xdocs/style/spdf.xsl
@@
-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>