aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_notifications.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-02-15 14:38:36 -0800
committerMatt Friedman <maf675@gmail.com>2013-02-15 14:38:36 -0800
commitb05da5ec0e95ddb5bc645e661987ba0a7bb49573 (patch)
tree84f362ab5f017360be8a785f48bd91d4998af4a7 /phpBB/styles/prosilver/template/ucp_notifications.html
parentfdc9ad76ce592e4675c103f4aa34f72010b5d9ae (diff)
downloadforums-b05da5ec0e95ddb5bc645e661987ba0a7bb49573.tar
forums-b05da5ec0e95ddb5bc645e661987ba0a7bb49573.tar.gz
forums-b05da5ec0e95ddb5bc645e661987ba0a7bb49573.tar.bz2
forums-b05da5ec0e95ddb5bc645e661987ba0a7bb49573.tar.xz
forums-b05da5ec0e95ddb5bc645e661987ba0a7bb49573.zip
[ticket/11103] HTML encode double arrow character
PHPBB3-11103
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_notifications.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_notifications.html2
1 files changed, 1 insertions, 1 deletions
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}
<div class="notifications">
<p class="notifications_title">{notification_list.FORMATTED_TITLE}</p>
- <p class="notifications_time">ยป {notification_list.TIME}</p>
+ <p class="notifications_time">&raquo; {notification_list.TIME}</p>
<!-- IF not notification_list.URL and notification_list.U_MARK_READ -->
<p><a href="{notification_list.U_MARK_READ}">{L_MARK_READ}</a></p>