Removed a superfluous data attribute
authorAlexander Ebert <ebert@woltlab.com>
Mon, 2 May 2022 08:37:07 +0000 (10:37 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 2 May 2022 08:37:07 +0000 (10:37 +0200)
This was a temporary part of the development process.

Fixes #4765

com.woltlab.wcf/templates/pageHeaderUser.tpl

index 7a7f72cfb20429019bf9231a434325aa98514c78..1c02dc3d27962ebe7fab85650c06335ef9edf05f 100644 (file)
@@ -98,7 +98,7 @@
                        
                        <!-- user notifications -->
                        {if !$__hideUserMenu|isset}
-                               <li id="userNotifications" data-count="{#$__wcf->getUserNotificationHandler()->getNotificationCount()}" data-title="Benachrichtigungen">
+                               <li id="userNotifications" data-count="{#$__wcf->getUserNotificationHandler()->getNotificationCount()}">
                                        <a
                                                class="jsTooltip"
                                                href="{link controller='NotificationList'}{/link}"