1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-04 21:44:57 +02:00

[ticket/11103] HTML encode double arrow character

PHPBB3-11103
This commit is contained in:
Matt Friedman 2013-02-15 14:38:36 -08:00
parent fdc9ad76ce
commit b05da5ec0e
4 changed files with 4 additions and 4 deletions

View File

@ -157,7 +157,7 @@
{notifications.AVATAR}
<div>
<p>{notifications.FORMATTED_TITLE}</p>
<p class="notification_time">» {notifications.TIME}</p>
<p class="notification_time">&raquo; {notifications.TIME}</p>
<!-- IF not notifications.URL and notifications.U_MARK_READ -->
<p><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a></p>

View File

@ -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>

View File

@ -175,7 +175,7 @@ function marklist(id, name, state)
<!-- IF notifications.URL --><a href="<!-- IF notifications.UNREAD -->{notifications.U_MARK_READ}<!-- ELSE -->{notifications.URL}<!-- ENDIF -->"><!-- ENDIF -->
{notifications.FORMATTED_TITLE}
<!-- IF notifications.URL --></a><!-- ENDIF -->
<br />» {notifications.TIME}
<br />&raquo; {notifications.TIME}
<!-- IF not notifications.URL and notifications.UNREAD -->
<br /><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a>
<!-- ENDIF -->

View File

@ -101,7 +101,7 @@
<!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
<strong>{notification_list.FORMATTED_TITLE}</strong>
<!-- IF notification_list.URL --></a><!-- ENDIF --><br />
{notification_list.TIME}
&raquo; {notification_list.TIME}
</span>
</td>
<td align="center">