From 353ea362f08e17f0065b206a566e248657dcc6e9 Mon Sep 17 00:00:00 2001 From: rxu Date: Thu, 9 Jan 2025 21:27:54 +0700 Subject: [PATCH] [ticket/17460] Fix fa-arrow-circle-up icon rendering in Quote BBCode PHPBB3-17460 --- phpBB/styles/prosilver/template/bbcode.html | 4 ++-- tests/text_formatter/s9e/default_formatting_test.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index dc051eef3e..f055e4acf1 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -38,11 +38,11 @@ - + - + diff --git a/tests/text_formatter/s9e/default_formatting_test.php b/tests/text_formatter/s9e/default_formatting_test.php index 3f637676b3..1b91aa7c83 100644 --- a/tests/text_formatter/s9e/default_formatting_test.php +++ b/tests/text_formatter/s9e/default_formatting_test.php @@ -283,7 +283,7 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case ), array( '[quote=Username post_id=123]...[/quote]', - '
Username wrote: ...
' + '
Username wrote: ...
' ), array( // Users are not allowed to submit their own URL for the post