From b05da5ec0e95ddb5bc645e661987ba0a7bb49573 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 15 Feb 2013 14:38:36 -0800 Subject: [PATCH] [ticket/11103] HTML encode double arrow character PHPBB3-11103 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- phpBB/styles/prosilver/template/ucp_notifications.html | 2 +- phpBB/styles/subsilver2/template/overall_header.html | 2 +- phpBB/styles/subsilver2/template/ucp_notifications.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}

diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index 95e026ae0e..a2d558d0ca 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -85,7 +85,7 @@ {notification_list.AVATAR}

{notification_list.FORMATTED_TITLE}

-

» {notification_list.TIME}

+

» {notification_list.TIME}

{L_MARK_READ}

diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index c3039257aa..8c167c959f 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -175,7 +175,7 @@ function marklist(id, name, state) {notifications.FORMATTED_TITLE} -
» {notifications.TIME} +
» {notifications.TIME}
{L_MARK_READ} diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html index 5b98a9d815..1a1fda4c17 100644 --- a/phpBB/styles/subsilver2/template/ucp_notifications.html +++ b/phpBB/styles/subsilver2/template/ucp_notifications.html @@ -101,7 +101,7 @@ {notification_list.FORMATTED_TITLE}
- {notification_list.TIME} + » {notification_list.TIME}