Completed
Pull Request — master (#2472)
by Kevin
11:34
created
html/user/delete_account_request.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
 require_once("../inc/email.inc");
24 24
 
25 25
 $config = get_config();
26
-if ( !parse_bool($config, "enable_delete_account") ) {
26
+if (!parse_bool($config, "enable_delete_account")) {
27 27
     error_page(
28 28
         tra("This feature is disabled.  Please contact the project administrator.")
29 29
     );
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
         ."</ul><br/>";
49 49
     
50 50
     form_start(secure_url_base()."delete_account_request.php", "post");
51
-    form_input_text(tra("Password"), "passwd", "", "password",'id="passwd"',passwd_visible_checkbox("passwd"));
51
+    form_input_text(tra("Password"), "passwd", "", "password", 'id="passwd"', passwd_visible_checkbox("passwd"));
52 52
     form_submit(tra("Send Confirmation Email"));
53 53
     form_end();
54 54
     
Please login to merge, or discard this patch.