<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">
|
||||
$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…
Reference in New Issue