<image to <img

This commit is contained in:
Martijn Voncken 2008-10-22 15:39:13 +00:00
parent f051f050a9
commit aadb6edec1
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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):