diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index b37ba238d2..54922620c4 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -13,6 +13,9 @@
+ + + uncited @@ -42,7 +45,7 @@ -
+
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 90c0b2b54b..0db018b312 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -534,7 +534,7 @@ blockquote cite:before, padding-right: 5px; } -blockquote cite > div { +blockquote cite > span { font-weight: normal; float: right; } diff --git a/tests/text_formatter/s9e/default_formatting_test.php b/tests/text_formatter/s9e/default_formatting_test.php index 157af196d9..6c81fc5a4d 100644 --- a/tests/text_formatter/s9e/default_formatting_test.php +++ b/tests/text_formatter/s9e/default_formatting_test.php @@ -279,7 +279,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 @@ -288,7 +288,7 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case ), array( '[quote=Username time=58705871]...[/quote]', - '
Username wrote:
1971-11-11 11:11:11
...
' + '
Username wrote:1971-11-11 11:11:11...
' ), array( '[quote=Username user_id=123]...[/quote]', diff --git a/tests/text_formatter/s9e/fixtures/styles/prosilver/template/bbcode.html b/tests/text_formatter/s9e/fixtures/styles/prosilver/template/bbcode.html index 22be395499..6544b43bfd 100644 --- a/tests/text_formatter/s9e/fixtures/styles/prosilver/template/bbcode.html +++ b/tests/text_formatter/s9e/fixtures/styles/prosilver/template/bbcode.html @@ -13,6 +13,9 @@ {% for quote_close in loops.quote_close %}
{% endfor %} {% for quote_extended in loops.quote_extended %}
+ + + uncited @@ -38,7 +41,7 @@ -
+