Skip to content

Commit

Permalink
Merge pull request phpbb#6620 from iMattPro/ticket/17318
Browse files Browse the repository at this point in the history
[ticket/17318] Fix notification avatars in dropdown
  • Loading branch information
marc1706 authored May 19, 2024
2 parents b8e66f4 + 7d8b4d5 commit fc86b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpBB/styles/prosilver/template/notification_dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- IF notifications.URL -->
<a class="notification-block" href="<!-- IF notifications.UNREAD -->{notifications.U_MARK_READ}" data-real-url="{notifications.URL}<!-- ELSE -->{notifications.URL}<!-- ENDIF -->">
<!-- ENDIF -->
<!-- IF notifications.AVATAR -->{notifications.AVATAR_HTML}<!-- ELSE --><img class="avatar notification-avatar" src="{{ NO_AVATAR_SOURCE }}" alt="" /><!-- ENDIF -->
<!-- IF notifications.AVATAR_HTML -->{notifications.AVATAR_HTML}<!-- ELSE --><img class="avatar notification-avatar" src="{{ NO_AVATAR_SOURCE }}" alt="" /><!-- ENDIF -->
<div class="notification-text">
<p class="notification-title">{notifications.FORMATTED_TITLE}</p>
<!-- IF notifications.REFERENCE --><p class="notification-reference">{notifications.REFERENCE}</p><!-- ENDIF -->
Expand Down

0 comments on commit fc86b5a

Please sign in to comment.