Revision 2048
Added by sgarg almost 21 years ago
lib/style/common/resultset.xsl | ||
---|---|---|
146 | 146 |
<xsl:value-of select="./param[@name='protocol/title']"/> |
147 | 147 |
</xsl:otherwise> |
148 | 148 |
</xsl:choose> |
149 |
<xsl:text disable-output-escaping='yes'> </xsl:text> |
|
149 | 150 |
</a><br /> |
150 | 151 |
<br/> |
151 | 152 |
<p><pre>ID: <xsl:value-of select="./docid"/></pre></p> |
Also available in: Unified diff
Added space at the end of title that is returned back. This is done so that documents with no title can be clicked on.