From 821690ecf2614fb2c5962fa8524077e4b6f098b6 Mon Sep 17 00:00:00 2001 From: nl6720 <nl6720@gmail.com> Date: Sat, 9 Apr 2022 20:52:10 +0300 Subject: [PATCH] archwiki/templates/LocalSettings.php.j2: place the commands in the QuestyCaptcha question inside <code> tags This makes it more easier to distinguish the command from the rest of the text. --- roles/archwiki/templates/LocalSettings.php.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/archwiki/templates/LocalSettings.php.j2 b/roles/archwiki/templates/LocalSettings.php.j2 index 163953dfb..27cc84ce6 100644 --- a/roles/archwiki/templates/LocalSettings.php.j2 +++ b/roles/archwiki/templates/LocalSettings.php.j2 @@ -27,7 +27,7 @@ $wgSecretKey = "{{ vault_archwiki_wg_secret_key }}"; $wgUpgradeKey = "{{ vault_archwiki_wg_upgrade_key }}"; $wgCaptchaQuestions = [ - 'What is the output of "pacman -V|base32|head -1"' => trim(file_get_contents("{{ archwiki_question_answer_file }}")) + 'What is the output of: <code>pacman -V|base32|head -1</code>' => trim(file_get_contents("{{ archwiki_question_answer_file }}")) ]; $wgSMTP = array( -- GitLab