Cleanup of white space and comment improvement
[timetracker.git] / password_reset.php
index de0a02c..52e268c 100644 (file)
@@ -110,7 +110,7 @@ if ($request->getMethod() == 'POST') {
       $smarty->assign('result_message', $res ? $i18n->getKey('form.reset_password.message') : $i18n->getKey('error.mail_send'));
     }
   }
-}
+} // POST
 
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('onload', 'onLoad="document.resetPasswordForm.login.focus()"');