mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +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">
|
<button type="submit" class="deluge_button" alt="$title">
|
||||||
$title
|
$title
|
||||||
$if image:
|
$if image:
|
||||||
<image src="$base/static/images/$image" class="button" alt="$title"/>
|
<img src="$base/static/images/$image" class="button" alt="$title"/>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
$if (int(get_config('button_style')) == 1):
|
$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">
|
<button type="submit" class="deluge_button" alt="$title">
|
||||||
$title
|
$title
|
||||||
$if image:
|
$if image:
|
||||||
<image src="$base/static/images/$image" class="button" alt="$title"/>
|
<img src="$base/static/images/$image" class="button" alt="$title"/>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
$if (get_config('button_style') == 1):
|
$if (get_config('button_style') == 1):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue