Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / change_password / options.php
index 04a75440e6dc6c7912d4c139acc9ee1520f01ceb..4f254b0eca6d152254daa0a0c3806e6dcba26a19 100644 (file)
@@ -6,11 +6,12 @@
  * Copyright (c) 2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage change_password
  */
 
+/** @ignore */
 define('SM_PATH','../../');
 
 require_once (SM_PATH . 'include/validate.php');
@@ -24,7 +25,7 @@ if(sqgetGlobalVar('cpw_go', $cpw_go, SQ_POST)) {
 
     /* perform basic checks */
     $Messages = cpw_check_input();
-    
+
     /* if no errors, go ahead with the actual change */
     if(count($Messages) == 0) {
         $Messages = cpw_do_change();
@@ -67,10 +68,10 @@ if (isset($Messages) && count($Messages) > 0) {
       </tr>
       <tr>
         <td align="center" colspan="2">
-       <?php echo addSubmit(_("Change Password"), 'cpw_go'); ?></td>
+        <?php echo addSubmit(_("Change Password"), 'cpw_go'); ?></td>
       </tr>
     </table>
     </form>
 </td></tr>
 </tr></table>
-</body></html>
+</body></html>
\ No newline at end of file