Skip to content

Commit c06bdba

Browse files
author
Kristan Kenney
committed
Remove space from statistics auth
1 parent efa5bb3 commit c06bdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/edit_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
</td>
131131
</tr>
132132
<tr class="stats-auth" style="<? if ($v_stats == 'none') { ?>display:none<? } ?>">
133-
<td class="vst-text input-label step-left">
133+
<td class="vst-text input-label">
134134
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_stats_auth" <?php if (!empty($v_stats_user)) echo "checked=yes" ?> onclick="javascript:elementHideShow('statstable');"><?php print _('Statistics Authorization');?></label>
135135
</td>
136136
</tr>

0 commit comments

Comments
 (0)