Andy Baugh 6 years ago
parent
commit
3e369059c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      notification-center/notification-center.tt

+ 1 - 1
notification-center/notification-center.tt

@@ -36,7 +36,7 @@
         <tr style="display:none" id="[% notification %]">
         <tr style="display:none" id="[% notification %]">
             <td colspan=3>
             <td colspan=3>
                 <div style="margin: 0 auto;">
                 <div style="margin: 0 auto;">
-                    [% data.notifications.$notification.text %]
+                    [% data.notifications.$notification.html %]
                 </div>
                 </div>
             </td>
             </td>
         </tr>
         </tr>