From a5bbd679d9716dc0a2f4892efc46c403590845c0 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sat, 10 Jan 2026 14:50:35 -0500 Subject: Fix space between 'By:' and the author name (#8422) * Fix space between 'By:' and the author name * Use a different approach than sprintf() * Revert "Use a different approach than sprintf()" This reverts commit 3ede55f000bb7ef5ed7c1d6ffd060139801838b7. * Apply a space between By: and the author name * Apply suggestion from @Alkarex Co-authored-by: Alexandre Alapetite --------- Co-authored-by: Alexandre Alapetite --- app/views/helpers/index/authors.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/helpers/index/authors.phtml b/app/views/helpers/index/authors.phtml index 27cba9452..259a4b919 100644 --- a/app/views/helpers/index/authors.phtml +++ b/app/views/helpers/index/authors.phtml @@ -10,7 +10,7 @@ $first = true; foreach ($this->entry->authors() as $author) { $href = Minz_Url::display(Minz_Request::modifiedCurrentRequest(['search' => 'author:"' . htmlspecialchars_decode($author, ENT_QUOTES) . '"'])); - ?> -- cgit v1.2.3