[jboss-svn-commits] JBL Code SVN: r6058 - labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Aug 31 18:34:32 EDT 2006
Author: unibrew
Date: 2006-08-31 18:34:30 -0400 (Thu, 31 Aug 2006)
New Revision: 6058
Modified:
labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_new_preview.xhtml
Log:
[JBFORUMS-114] Correcting NewPostPreview to show message content properly.
Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_new_preview.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_new_preview.xhtml 2006-08-31 22:14:21 UTC (rev 6057)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_new_preview.xhtml 2006-08-31 22:34:30 UTC (rev 6058)
@@ -48,7 +48,7 @@
<tr>
<td>
<span class="postbody">
- #{forums:formatMessage(mewTopic.message,false)}
+ #{forums:formatMessage(newTopic.message,false)}
</span>
</td>
</tr>
More information about the jboss-svn-commits
mailing list