Commit 2a661be 1 parent 75ddfc3 commit 2a661be Copy full SHA for 2a661be
File tree 1 file changed +3
-2
lines changed
message/message-tool/tool/src/webapp/vm/recent
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 26
26
<h3 class="textPanelHeader">$validator.escapeHtml($item.Header.Subject)</h3>
27
27
<p class="textPanelFooter"> ($!{validator.escapeHtml($item.Header.From.DisplayName)} - $!{releasedate.toStringLocalFull()})</p>
28
28
#else
29
- <div class="textPanel">$item.Body</div>
29
+ #set ($text=$item.Body)
30
+ <div class="textPanel">$!{validator.escapeHtmlFormattedText($validator.limit($text,$length))}</div>
30
31
#end
31
32
#set ($size = 0)
32
33
#if (!$item.Header.Attachments.isEmpty())
80
81
<p class="textPanelFooter"> ($!{validator.escapeHtml($item.Header.From.DisplayName)} - $!{item.Header.Date.toStringLocalFull()})</p>
81
82
#end
82
83
#if ($showBody) #set ($text=$item.Body)
83
- <div class="textPanel">$!{validator.escapeHtmlFormattedText($validator.limitFormattedText ($text,$length))}</div>
84
+ <div class="textPanel">$!{validator.escapeHtmlFormattedText($validator.limit ($text,$length))}</div>
84
85
#end
85
86
</li>
86
87
#end
You can’t perform that action at this time.
0 commit comments