From 306ce1c0b71ad81c76ce695244024b9514e18c56 Mon Sep 17 00:00:00 2001 From: Valerio Bozzolan Date: Wed, 5 Apr 2023 15:36:20 +0200 Subject: [PATCH] Fix "Search" Application description Summary: This description was somehow broken since 2019: {F276845} Probably this was caused by a Remarkup breaking change introduced by this specific XSS security fix: {54bcbdaba94a3573e128c6498816dbfa41d3a9cb} Maybe in the future the backtick operator will be supported again in Remarkup. Or, maybe not. So, let's just workaround to make that specific page "less exploded" again. Closes T15230 Test Plan: - visit the page /applications/view/PhabricatorSearchApplication/ - check that now the Remarkup is rendered perfectly Reviewers: O1 Blessed Committers, Cigaryno, avivey Reviewed By: O1 Blessed Committers, Cigaryno, avivey Subscribers: avivey, speck, tobiaswiese, Matthew, Cigaryno Maniphest Tasks: T15230 Differential Revision: https://we.phorge.it/D25110 --- .../PhabricatorSearchApplicationStorageEnginePanel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/search/applicationpanel/PhabricatorSearchApplicationStorageEnginePanel.php b/src/applications/search/applicationpanel/PhabricatorSearchApplicationStorageEnginePanel.php index 6dd0786c0c..e8bc9854b7 100644 --- a/src/applications/search/applicationpanel/PhabricatorSearchApplicationStorageEnginePanel.php +++ b/src/applications/search/applicationpanel/PhabricatorSearchApplicationStorageEnginePanel.php @@ -48,7 +48,7 @@ final class PhabricatorSearchApplicationStorageEnginePanel } $instructions = pht( - 'To configure the search engines, edit [[ %s | `%s` ]] configuration. '. + 'To configure the search engines, edit [[ %s | %s ]] configuration. '. 'See **[[ %s | %s ]]** for documentation.', '/config/edit/cluster.search/', 'cluster.search',