From dd25ed1155c3ccec85d90392b59bd9811ade48cf Mon Sep 17 00:00:00 2001 From: hanakin Date: Thu, 7 May 2020 11:37:25 -1000 Subject: [PATCH] [ticket/16237] fix minor typos PHPBB3-16237 --- phpBB/styles/prosilver/template/navbar_header.html | 2 +- phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index d274bd2bef..674d3c5db3 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -154,7 +154,7 @@ diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 5248972701..495f65a4c7 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -187,12 +187,12 @@   - {{ Icon('iconify', 'fa:angle-' ~ S_CONTENT_FLOW_BEGIN', lang('VIEW_PREVIOUS_PM'), false, 'c-return-arrow-icon') }} + {{ Icon('iconify', 'fa:angle-' ~ S_CONTENT_FLOW_BEGIN, lang('VIEW_PREVIOUS_PM'), false, 'c-return-arrow-icon') }} - {{ Icon('iconify', 'fa:angle-' ~ S_CONTENT_FLOW_END', lang('VIEW_NEXT_PM'), false, 'c-return-arrow-icon') }} + {{ Icon('iconify', 'fa:angle-' ~ S_CONTENT_FLOW_END, lang('VIEW_NEXT_PM'), false, 'c-return-arrow-icon') }}