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') }}