mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
[WebUI] Add country flag alt/title for accessibility
This allows viewing the country in textual form by hovering the flag image and displays it if the image couldn't be loaded.
This commit is contained in:
parent
937afd921c
commit
6d9dc9bd42
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
return '';
|
||||
}
|
||||
return String.format(
|
||||
'<img src="{0}flag/{1}" />',
|
||||
'<img alt="{1}" title="{1}" src="{0}flag/{1}" />',
|
||||
deluge.config.base,
|
||||
value
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue