From 795fd75d60eb602ec614e1d43d339ae943884c01 Mon Sep 17 00:00:00 2001 From: cyberalien Date: Tue, 18 Nov 2014 14:13:07 +0200 Subject: [PATCH] [ticket/13349] Fix breadcrumb arrow entity PHPBB3-13349 --- phpBB/styles/prosilver/theme/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index adcd04b15e..9da24b6ef9 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -601,7 +601,7 @@ ul.linklist.bulletin > li.no-bulletin:before { } .breadcrumbs .crumb:before { - content: '‹'; + content: '\2039'; font-weight: bold; padding: 0 0.5em; }