diff --git a/phpBB/styles/prosilver/template/faq_body.html b/phpBB/styles/prosilver/template/faq_body.html
index aec578985e..78c2fc11b7 100644
--- a/phpBB/styles/prosilver/template/faq_body.html
+++ b/phpBB/styles/prosilver/template/faq_body.html
@@ -16,7 +16,7 @@
- {faq_block.BLOCK_TITLE}
- - {faq_block.faq_row.FAQ_QUESTION}
+ - {faq_block.faq_row.FAQ_QUESTION}
@@ -36,7 +36,7 @@
{faq_block.BLOCK_TITLE}
- - {faq_block.faq_row.FAQ_QUESTION}
+ - {faq_block.faq_row.FAQ_QUESTION}
- {faq_block.faq_row.FAQ_ANSWER}
- {L_BACK_TO_TOP}
diff --git a/phpBB/styles/subsilver2/template/faq_body.html b/phpBB/styles/subsilver2/template/faq_body.html
index 9e324b4fd2..bbd9b82b19 100644
--- a/phpBB/styles/subsilver2/template/faq_body.html
+++ b/phpBB/styles/subsilver2/template/faq_body.html
@@ -13,7 +13,7 @@
{faq_block.BLOCK_TITLE}
- {faq_block.faq_row.FAQ_QUESTION}
+ {faq_block.faq_row.FAQ_QUESTION}
@@ -38,7 +38,7 @@
- » {faq_block.faq_row.FAQ_QUESTION}
+ » {faq_block.faq_row.FAQ_QUESTION}
{faq_block.faq_row.FAQ_ANSWER}
{L_BACK_TO_TOP}
|