From b05da5ec0e95ddb5bc645e661987ba0a7bb49573 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 15 Feb 2013 14:38:36 -0800 Subject: [ticket/11103] HTML encode double arrow character PHPBB3-11103 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index aff346cac5..b94eef7aad 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -157,7 +157,7 @@ {notifications.AVATAR}

{notifications.FORMATTED_TITLE}

-

ยป {notifications.TIME}

+

» {notifications.TIME}

{L_MARK_READ}

-- cgit v1.2.1