From c0590e77665a0d54a155f848a446a34f2cba1d13 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Tue, 15 Sep 2015 22:48:05 +0200 Subject: [ticket/12769] Swap icon in faq_body --- phpBB/styles/prosilver/template/faq_body.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/faq_body.html') diff --git a/phpBB/styles/prosilver/template/faq_body.html b/phpBB/styles/prosilver/template/faq_body.html index 53205d14e9..34e594cd3e 100644 --- a/phpBB/styles/prosilver/template/faq_body.html +++ b/phpBB/styles/prosilver/template/faq_body.html @@ -34,8 +34,10 @@
{faq_block.faq_row.FAQ_QUESTION}
{faq_block.faq_row.FAQ_ANSWER}
-
{L_BACK_TO_TOP}
+ + {L_BACK_TO_TOP} +
-- cgit v1.2.1 From 9da14c9b241387982fed9aa2436162c63fc25d1c Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Fri, 25 Sep 2015 17:25:10 +0200 Subject: [ticket/14199]Add aria-hidden to all icons PHPBB3-14199 --- phpBB/styles/prosilver/template/faq_body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/faq_body.html') diff --git a/phpBB/styles/prosilver/template/faq_body.html b/phpBB/styles/prosilver/template/faq_body.html index 34e594cd3e..e55c12ac48 100644 --- a/phpBB/styles/prosilver/template/faq_body.html +++ b/phpBB/styles/prosilver/template/faq_body.html @@ -36,7 +36,7 @@
{faq_block.faq_row.FAQ_ANSWER}
- {L_BACK_TO_TOP} + {L_BACK_TO_TOP}
-- cgit v1.2.1