]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/time_edit.tpl
Simplified templates by using the default Smarty escape calls.
[timetracker.git] / WEB-INF / templates / time_edit.tpl
index fd3c1730e150f87be6eaa887ee4722bbd17e041e..a4e26a6f40b811fba2849f008adad6ea29ae83aa 100644 (file)
@@ -219,7 +219,7 @@ function setNow(formField) {
 {/if}
 {if ($custom_fields && $custom_fields->fields[0])} 
     <tr>
-      <td align="right">{$custom_fields->fields[0]['label']|escape:'html'}{if $custom_fields->fields[0]['required']} (*){/if}:</td><td>{$forms.timeRecordForm.cf_1.control}</td>
+      <td align="right">{$custom_fields->fields[0]['label']|escape}{if $custom_fields->fields[0]['required']} (*){/if}:</td><td>{$forms.timeRecordForm.cf_1.control}</td>
     </tr>
 {/if}
 {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}