Allowed null tasks in project and tasks tracking mode.
[timetracker.git] / WEB-INF / templates / password_reset.tpl
index 17fe05a..4b887c3 100644 (file)
@@ -2,11 +2,11 @@
 <table cellspacing="4" cellpadding="7" border="0">
   <tr>
     <td>
-      {if $result_message}
+{if $result_message}
       <table cellspacing="4" cellpadding="7" border="0" width="100%">
         <tr><td align="center"><font color="red"><b>{$result_message}</b></font></td></tr>
       </table>
-         {else}
+{else}
       <table>
         <tr>
           <td align="right">{$i18n.label.login}:</td>
@@ -20,7 +20,7 @@
           <td colspan="3" align="center">{$forms.resetPasswordForm.btn_submit.control}</td>
         </tr>
       </table>
-      {/if}
+{/if}
     </td>
   </tr>
 </table>