Modified the table alternate backgourd color. (#43)
[timetracker.git] / WEB-INF / templates / cf_dropdown_options.tpl
index 833cd7c..61a4043 100644 (file)
@@ -16,7 +16,7 @@
   {if $options}
     {foreach $options as $key=>$val}
         <tr bgcolor="{cycle values="#f5f5f5,#dedee5"}">
-          <td>{$val|escape:'html'}</td>
+          <td>{$val|escape}</td>
           <td><a href="cf_dropdown_option_edit.php?id={$key}">{$i18n.label.edit}</a></td>
           <td><a href="cf_dropdown_option_delete.php?id={$key}">{$i18n.label.delete}</a></td>
         </tr>
@@ -38,4 +38,4 @@
     </td>
   </tr>
 </table>
-{$forms.dropdownOptionsForm.close}
\ No newline at end of file
+{$forms.dropdownOptionsForm.close}