aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-07-25 21:08:26 +0100
committerCallum Macrae <callum@lynxphp.com>2011-07-25 21:08:26 +0100
commitf51b2f8fecab566c625cf5811b70ba2f6272a8a5 (patch)
tree98f92b5573ce5b8f9d4e5d4fdf4cdb49c84c058d
parent13ca659f1f992f3cd4f8395366ccd01b951ee96d (diff)
downloadforums-f51b2f8fecab566c625cf5811b70ba2f6272a8a5.tar
forums-f51b2f8fecab566c625cf5811b70ba2f6272a8a5.tar.gz
forums-f51b2f8fecab566c625cf5811b70ba2f6272a8a5.tar.bz2
forums-f51b2f8fecab566c625cf5811b70ba2f6272a8a5.tar.xz
forums-f51b2f8fecab566c625cf5811b70ba2f6272a8a5.zip
[ticket/10292] Fixed a whitespace inconsistency in acp_ranks.
There is no space between the first radio button and "Yes", while there is a space between the second radio button and "No". This commit fixes that. PHPBB3-10292
-rw-r--r--phpBB/adm/style/acp_ranks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ranks.html b/phpBB/adm/style/acp_ranks.html
index 2ad8b3e8aa..1f45109517 100644
--- a/phpBB/adm/style/acp_ranks.html
+++ b/phpBB/adm/style/acp_ranks.html
@@ -35,7 +35,7 @@
</dl>
<dl>
<dt><label for="special_rank">{L_RANK_SPECIAL}:</label></dt>
- <dd><label><input onclick="dE('posts', -1)" type="radio" class="radio" name="special_rank" value="1" id="special_rank"<!-- IF S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> />{L_YES}</label>
+ <dd><label><input onclick="dE('posts', -1)" type="radio" class="radio" name="special_rank" value="1" id="special_rank"<!-- IF S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
<label><input onclick="dE('posts', 1)" type="radio" class="radio" name="special_rank" value="0"<!-- IF not S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
</dl>
<!-- IF S_SPECIAL_RANK --><div id="posts" style="display: none;"><!-- ELSE --><div id="posts"><!-- ENDIF -->