diff --git a/roles/archwiki/templates/LocalSettings.php.j2 b/roles/archwiki/templates/LocalSettings.php.j2
index 163953dfb254fd05f96ff715937c7f2f3e81a35f..27cc84ce618ef05826debbb21fb317225ed5d2f7 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(