aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-05-30 11:54:54 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-05-30 11:54:54 +0200
commit1ba86eaa8e25a63107fd9c0ab60fa9c2c2e488f8 (patch)
tree15be7742e9dbe3cdbd3a7236b88884baa0bfb583 /phpBB/styles/subsilver2
parented064ce0f16a31c1803791e13f7051a39860f59d (diff)
downloadforums-1ba86eaa8e25a63107fd9c0ab60fa9c2c2e488f8.tar
forums-1ba86eaa8e25a63107fd9c0ab60fa9c2c2e488f8.tar.gz
forums-1ba86eaa8e25a63107fd9c0ab60fa9c2c2e488f8.tar.bz2
forums-1ba86eaa8e25a63107fd9c0ab60fa9c2c2e488f8.tar.xz
forums-1ba86eaa8e25a63107fd9c0ab60fa9c2c2e488f8.zip
[ticket/13799] Correctly urlencode category and show selected avatar
PHPBB3-13799
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/template/ucp_avatar_options_local.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html b/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html
index 919cf49e44..95db7bc2ae 100644
--- a/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html
+++ b/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html
@@ -19,7 +19,7 @@
</tr>
<tr>
<!-- BEGIN avatar_local_option -->
- <td class="row2" align="center"><input type="radio" class="radio" name="avatar_local_file" id="av-{avatar_local_row.S_ROW_COUNT}-{avatar_local_row.avatar_local_col.S_ROW_COUNT}" value="{avatar_local_row.avatar_local_option.S_OPTIONS_AVATAR}" /></td>
+ <td class="row2" align="center"><input type="radio" class="radio" name="avatar_local_file" id="av-{avatar_local_row.S_ROW_COUNT}-{avatar_local_row.avatar_local_col.S_ROW_COUNT}" value="{avatar_local_row.avatar_local_option.S_OPTIONS_AVATAR}"<!-- IF avatar_local_row.avatar_local_option.CHECKED -->checked="checked"<!-- ENDIF --> /></td>
<!-- END avatar_local_option -->
</tr>
<!-- BEGINELSE -->