Skip to content

Commit 3122b0b

Browse files
committed
(missed in last commit)
1 parent 8ff67dc commit 3122b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iommi/experimental/main_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def link(self):
380380
if url.startswith('https://'):
381381
external = format_html(' {} ', style.icon_formatter('external'))
382382
target = ' target="blank"'
383-
return format_html('<a href="{}" alt="{}" {}>{}<span>{}{}</span></a>', url, self.display_name, target, icon, self.display_name, external)
383+
return format_html('<a href="{}" title="{}" {}>{}<span>{}{}</span></a>', url, self.display_name, target, icon, self.display_name, external)
384384

385385
@property
386386
def extra(self):

0 commit comments

Comments
 (0)