diff options
| author | Matt Friedman <maf675@gmail.com> | 2013-02-15 14:38:36 -0800 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2013-02-15 14:38:36 -0800 |
| commit | b05da5ec0e95ddb5bc645e661987ba0a7bb49573 (patch) | |
| tree | 84f362ab5f017360be8a785f48bd91d4998af4a7 /phpBB/styles/prosilver/template/overall_header.html | |
| parent | fdc9ad76ce592e4675c103f4aa34f72010b5d9ae (diff) | |
| download | forums-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/overall_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 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} <div> <p>{notifications.FORMATTED_TITLE}</p> - <p class="notification_time">ยป {notifications.TIME}</p> + <p class="notification_time">» {notifications.TIME}</p> <!-- IF not notifications.URL and notifications.U_MARK_READ --> <p><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a></p> |
