Skip to content

Commit 75994f3

Browse files
committed
XWIKI-23709: The white space after "RSS Feed" link on the Notification menu should not be underlined on hover
* Removed the white space.
1 parent ec2bfed commit 75994f3

File tree

1 file changed

+1
-1
lines changed
  • xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code

1 file changed

+1
-1
lines changed

xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsDisplayerUIX.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Get the actual notifications.
5555
<span class="notifications-header-link">
5656
<a href="$xwiki.getURL('XWiki.Notifications.Code.NotificationRSSService', 'get', 'outputSyntax=plain')"
5757
class="notifications-header-link notifications-rss-link" rel="nofollow external">
58-
$services.icon.renderHTML('rss') $escapetool.xml($services.localization.render('notifications.rss.feedLink'))
58+
$services.icon.renderHTML('rss') $escapetool.xml($services.localization.render('notifications.rss.feedLink'))##
5959
</a>
6060
</span>
6161
<span class="notifications-header-link">

0 commit comments

Comments
 (0)