Revision 1944
Added by brooke almost 21 years ago
lib/style/common/resultset.xsl | ||
---|---|---|
132 | 132 |
</xsl:for-each> |
133 | 133 |
|
134 | 134 |
<a> |
135 |
<xsl:attribute name="href">javascript:submitform('read',document.<xsl:value-of select="translate(./docid, '.', '')"/>)</xsl:attribute> |
|
135 |
<xsl:attribute name="href">javascript:submitform('read',document.<xsl:value-of select="translate(./docid, '()-.', '')"/>)</xsl:attribute>
|
|
136 | 136 |
<xsl:choose> |
137 | 137 |
<xsl:when test="./param[@name='dataset/title']!=''"> |
138 | 138 |
<xsl:value-of select="./param[@name='dataset/title']"/> |
Also available in: Unified diff
missed an edit when fixing the bug whereby form names aren't allowed to contain hyphens