From 1ba86eaa8e25a63107fd9c0ab60fa9c2c2e488f8 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 30 May 2015 11:54:54 +0200 Subject: [ticket/13799] Correctly urlencode category and show selected avatar PHPBB3-13799 --- phpBB/styles/prosilver/template/ucp_avatar_options_local.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html index 2a0f403782..66f36a8138 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html @@ -10,7 +10,7 @@ + checked="checked" /> -- cgit v1.2.1 From 0427e5f1b3cde07bd153e03577f2384cfd963795 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 4 Jun 2015 18:14:52 +0200 Subject: [ticket/13799] Add missing space before checked attribute PHPBB3-13799 --- phpBB/styles/prosilver/template/ucp_avatar_options_local.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html index 66f36a8138..0cc72e7621 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html @@ -10,7 +10,7 @@ + checked="checked" /> -- cgit v1.2.1 From 5b8a721b73122ee25b332ac06ce723c8756acead Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 4 Jun 2015 18:21:05 +0200 Subject: [ticket/13799] Split lines in HTML files for better readability PHPBB3-13799 --- phpBB/styles/prosilver/template/ucp_avatar_options_local.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html index 0cc72e7621..80c7f28ca3 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html @@ -10,7 +10,8 @@ + checked="checked" /> -- cgit v1.2.1