From 0427e5f1b3cde07bd153e03577f2384cfd963795 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 4 Jun 2015 18:14:52 +0200 Subject: [PATCH] [ticket/13799] Add missing space before checked attribute PHPBB3-13799 --- phpBB/styles/prosilver/template/ucp_avatar_options_local.html | 2 +- phpBB/styles/subsilver2/template/ucp_avatar_options_local.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" /> diff --git a/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html b/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html index 95db7bc2ae..8b77a81398 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 @@ - checked="checked" /> + checked="checked" />