Scarab commit: svn commit: r10839 - trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab3.vm
Hussayn Dabbous <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2009-07-28 07:54:49-0700
New Revision: 10839
Modified:
trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab3.vm
Log:
SCB2989:
- Found a minor issue: Forgot to apply the l10n gimmick to the comments section.
Modified: trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab3.vm
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab3.vm?view=diff&pathrev=10839&r1=10838&r2=10839
==============================================================================
--- trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab3.vm (original)
+++ trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab3.vm 2009-07-28 07:54:49-0700
@@ -49,7 +49,7 @@
#if ($isEditComments)
#textAreaLarge( "edit_comment_$comment.AttachmentId" $comment.Data)
#else
- $scarabG.textToHTML($comment.Data, $link, $scarabR.CurrentModule)
+ $scarabG.textToHTML($l10n.getIgnoreMissingResource($comment.Data), $link, $scarabR.CurrentModule)
#end
#end
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2376300