Completed
Push — master ( d72d26...9eb425 )
by Christoph
10:52
created
settings/templates/settings/personal/security.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -22,18 +22,18 @@
 block discarded – undo
22 22
  */
23 23
 
24 24
 script('settings', [
25
-	'authtoken',
26
-	'authtoken_collection',
27
-	'templates',
28
-	'authtoken_view',
29
-	'settings/authtoken-init'
25
+    'authtoken',
26
+    'authtoken_collection',
27
+    'templates',
28
+    'authtoken_view',
29
+    'settings/authtoken-init'
30 30
 ]);
31 31
 
32 32
 if($_['passwordChangeSupported']) {
33
-	script('settings', 'security_password');
34
-	script('jquery-showpassword');
35
-	vendor_script('strengthify/jquery.strengthify');
36
-	vendor_style('strengthify/strengthify');
33
+    script('settings', 'security_password');
34
+    script('jquery-showpassword');
35
+    vendor_script('strengthify/jquery.strengthify');
36
+    vendor_style('strengthify/strengthify');
37 37
 }
38 38
 
39 39
 ?>
Please login to merge, or discard this patch.