Author: thorsten
Date: Sun Feb 12 03:17:39 2006
New Revision: 377154
URL: http://svn.apache.org/viewcvs?rev=377154&view=rev
Log:
Removing the @disable-output-escaping which was causing FOR-807.
Modified:
forrest/trunk/main/webapp/resources/stylesheets/rssissues-to-document.xsl
Modified:
forrest/trunk/main/webapp/resources/stylesheets/rssissues-to-document.xsl
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/resources/stylesheets/rssissues-to-document.xsl?rev=377154&r1=377153&r2=377154&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/rssissues-to-document.xsl
(original)
+++ forrest/trunk/main/webapp/resources/stylesheets/rssissues-to-document.xsl
Sun Feb 12 03:17:39 2006
@@ -37,7 +37,8 @@
<section>
<title><xsl:value-of select="title" disable-output-escaping="yes"/></title>
<p><link href="{link}"><xsl:value-of select="link"/></link></p>
- <p><xsl:value-of select="description" disable-output-escaping="yes"/></p>
+ <!--<p><xsl:value-of select="description" disable-output-escaping="yes"
/></p>-->
+ <p><xsl:value-of select="description" /></p>
</section>
</xsl:template>