You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by mr...@apache.org on 2005/11/14 06:13:54 UTC

svn commit: r344040 - /incubator/roller/trunk/web/website/YourWebsites.jsp

Author: mraible
Date: Sun Nov 13 21:13:44 2005
New Revision: 344040

URL: http://svn.apache.org/viewcvs?rev=344040&view=rev
Log:
Don't escape XML on the blog description (http://opensource2.atlassian.com/projects/roller/browse/ROL-889)

Modified:
    incubator/roller/trunk/web/website/YourWebsites.jsp

Modified: incubator/roller/trunk/web/website/YourWebsites.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/website/YourWebsites.jsp?rev=344040&r1=344039&r2=344040&view=diff
==============================================================================
--- incubator/roller/trunk/web/website/YourWebsites.jsp (original)
+++ incubator/roller/trunk/web/website/YourWebsites.jsp Sun Nov 13 21:13:44 2005
@@ -74,7 +74,7 @@
                        </tr>
                        <tr>
                            <td class="mm_subtable_label"><fmt:message key='yourWebsites.description' /></td>   
-                           <td><c:out value="${perms.website.description}" /></td>
+                           <td><c:out value="${perms.website.description}" escapeXml="false" /></td>
                        </tr>
                    </table>