mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11103] HTML encode double arrow character
PHPBB3-11103
This commit is contained in:
@@ -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 />» {notifications.TIME}
|
||||
<!-- IF not notifications.URL and notifications.UNREAD -->
|
||||
<br /><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a>
|
||||
<!-- ENDIF -->
|
||||
|
@@ -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}
|
||||
» {notification_list.TIME}
|
||||
</span>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
Reference in New Issue
Block a user