mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 12:34:50 +00:00
<image to <img
This commit is contained in:
parent
f051f050a9
commit
aadb6edec1
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ $if (int(get_config('button_style')) == 0):
|
|||
<button type="submit" class="deluge_button" alt="$title">
|
||||
$title
|
||||
$if image:
|
||||
<image src="$base/static/images/$image" class="button" alt="$title"/>
|
||||
<img src="$base/static/images/$image" class="button" alt="$title"/>
|
||||
</button>
|
||||
|
||||
$if (int(get_config('button_style')) == 1):
|
||||
|
|
|
@ -6,7 +6,7 @@ $if (get_config('button_style') == 0):
|
|||
<button type="submit" class="deluge_button" alt="$title">
|
||||
$title
|
||||
$if image:
|
||||
<image src="$base/static/images/$image" class="button" alt="$title"/>
|
||||
<img src="$base/static/images/$image" class="button" alt="$title"/>
|
||||
</button>
|
||||
|
||||
$if (get_config('button_style') == 1):
|
||||
|
|
Loading…
Add table
Reference in a new issue