mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
<image to <img
This commit is contained in:
parent
f051f050a9
commit
aadb6edec1
@ -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…
x
Reference in New Issue
Block a user