buildframework/helium/tools/common/templates/log/email_status_orm.html.ftl
changeset 645 b8d81fa19e7d
parent 628 7c4a911dc066
--- a/buildframework/helium/tools/common/templates/log/email_status_orm.html.ftl	Wed Sep 29 17:48:06 2010 +0100
+++ b/buildframework/helium/tools/common/templates/log/email_status_orm.html.ftl	Sun Oct 10 15:22:15 2010 +0300
@@ -107,7 +107,7 @@
             ${logfile.path}...FAIL<br/>
             <#list table_info['jpa']['select e from MetadataEntry e JOIN e.severity s where s.severity=\'ERROR\' and e.logFileId=${logfile.id}'] as entry >
             <ul>
-            ${entry.text}<br/>
+            <#if entry.text??>${entry.text?html}</#if><br/>
             </ul>
             </#list>
         </span>