X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fnotifications.tpl;h=7d51f52ad7b57ae66f4090f853a0c7efe0aebb7d;hb=e320f1d51ffa712689c6cb2877208464395aebb2;hp=8b1d95b1e4226d6b7cd47837aff6a09f2a5a03e8;hpb=a781da5661a1932521e0d1feb4be340b97edce9a;p=timetracker.git diff --git a/WEB-INF/templates/notifications.tpl b/WEB-INF/templates/notifications.tpl index 8b1d95b1..7d51f52a 100644 --- a/WEB-INF/templates/notifications.tpl +++ b/WEB-INF/templates/notifications.tpl @@ -14,9 +14,9 @@ {if $notifications} {foreach $notifications as $notification} - {$notification['name']|escape:'html'} - {$notification['cron_spec']|escape:'html'} - {$notification['email']|escape:'html'} + {$notification['name']|escape} + {$notification['cron_spec']|escape} + {$notification['email']|escape} {$i18n.label.edit} {$i18n.label.delete} @@ -31,4 +31,4 @@ -{$forms.notificationsForm.close} \ No newline at end of file +{$forms.notificationsForm.close}