git-svn-id: file:///home/shish/svn/shimmie2/trunk@901 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-06-16 01:08:28 +00:00
parent 5e710361c4
commit c5ed35fba7

View File

@ -12,7 +12,7 @@ class FeaturedTheme extends Themelet {
return " return "
<form action='".make_link("set_feature")."' method='POST'> <form action='".make_link("set_feature")."' method='POST'>
<input type='hidden' name='image_id' value='$image_id'> <input type='hidden' name='image_id' value='$image_id'>
<input type='submit' value='Featue This'> <input type='submit' value='Feature This'>
</form> </form>
"; ";
} }