[mb-commits] r9868 - mb_server/branches/RELEASE_20071014-BRANCH/htdocs/comp
root at musicbrainz.org
root at musicbrainz.org
Fri Jun 6 23:27:51 UTC 2008
Author: robert
Date: 2008-06-06 23:27:51 +0000 (Fri, 06 Jun 2008)
New Revision: 9868
Modified:
mb_server/branches/RELEASE_20071014-BRANCH/htdocs/comp/newsfeed-side
Log:
Don't escape the text coming from the newsfeed.
Modified: mb_server/branches/RELEASE_20071014-BRANCH/htdocs/comp/newsfeed-side
===================================================================
--- mb_server/branches/RELEASE_20071014-BRANCH/htdocs/comp/newsfeed-side 2008-06-06 22:32:05 UTC (rev 9867)
+++ mb_server/branches/RELEASE_20071014-BRANCH/htdocs/comp/newsfeed-side 2008-06-06 23:27:51 UTC (rev 9868)
@@ -25,7 +25,7 @@
<div class="newsarticle">
<b><% $item->GetTitle() %></b> —
- <% $item->GetDescription() %>
+ <% $item->GetDescription() |n %>
<div class="datetime">Posted: <% $item->GetDateTimeString() %></div>
<div class="readmore">» <a href="<% $item->GetLink() %>">read more</a></div>
</div>
More information about the MusicBrainz-commits
mailing list