From 401eac09cf652bdd02b5ececb458ad7c6dbddeb1 Mon Sep 17 00:00:00 2001
From: hanakin <midaym@gmail.com>
Date: Thu, 13 Aug 2020 20:39:42 -1000
Subject: [PATCH] [ticket/16237] fix missed report icon

PHPBB3-16237
---
 phpBB/styles/prosilver/template/viewtopic_body.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index e98772e128..713c1eeef3 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -353,7 +353,7 @@
 			</form>
 			<!-- ELSE -->
 				<p class="post-notice unapproved">
-					<span><i class="icon fa-exclamation icon-red fa-fw" aria-hidden="true"></i></span>
+					<span>{{ Icon('iconify', 'fa:exclamation', '', true, 'c-topic-reported-icon') }}</span>
 					<strong>{L_POST_UNAPPROVED_EXPLAIN}</strong>
 				</p>
 			<!-- ENDIF -->