Completed
Push — master ( d161d4...986070 )
by Morris
65:37 queued 46:46
created
settings/templates/settings/personal/security.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -32,14 +32,14 @@
 block discarded – undo
32 32
 
33 33
 
34 34
 <div id="security" class="section">
35
-	<h2><?php p($l->t('Devices & sessions'));?></h2>
36
-	<p class="settings-hint hidden-when-empty"><?php p($l->t('Web, desktop and mobile clients currently logged in to your account.'));?></p>
35
+	<h2><?php p($l->t('Devices & sessions')); ?></h2>
36
+	<p class="settings-hint hidden-when-empty"><?php p($l->t('Web, desktop and mobile clients currently logged in to your account.')); ?></p>
37 37
 	<table class="icon-loading">
38 38
 		<thead class="token-list-header">
39 39
 			<tr>
40 40
 				<th></th>
41
-				<th><?php p($l->t('Device'));?></th>
42
-				<th><?php p($l->t('Last activity'));?></th>
41
+				<th><?php p($l->t('Device')); ?></th>
42
+				<th><?php p($l->t('Last activity')); ?></th>
43 43
 				<th></th>
44 44
 			</tr>
45 45
 		</thead>
Please login to merge, or discard this patch.