aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-07-25 22:26:57 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-07-25 22:26:57 +0200
commit04c0d6461f342dcc9d5e5d12eacbf881d4833799 (patch)
tree83ce3e7e79c75a9228cf49e194a1d08f7a86d546 /phpBB/adm
parentddbad5551d45876ca18c2bb3a93506b092261792 (diff)
parentefc7aa00cd2d21d9bb7c9a7b1936356e1dce3c17 (diff)
downloadforums-04c0d6461f342dcc9d5e5d12eacbf881d4833799.tar
forums-04c0d6461f342dcc9d5e5d12eacbf881d4833799.tar.gz
forums-04c0d6461f342dcc9d5e5d12eacbf881d4833799.tar.bz2
forums-04c0d6461f342dcc9d5e5d12eacbf881d4833799.tar.xz
forums-04c0d6461f342dcc9d5e5d12eacbf881d4833799.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10292] Fixed a whitespace inconsistency in acp_ranks.
Diffstat (limited to 'phpBB/adm')
-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 -->