diff options
Diffstat (limited to 'template/yoga/profile_content.tpl')
-rw-r--r-- | template/yoga/profile_content.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/profile_content.tpl b/template/yoga/profile_content.tpl index 931b08c61..c62bca8c9 100644 --- a/template/yoga/profile_content.tpl +++ b/template/yoga/profile_content.tpl @@ -111,8 +111,8 @@ </fieldset> <p class="bottomButtons"> - <input type="submit" name="validate" value="{lang:submit}"> - <input type="reset" name="reset" value="{lang:reset}" class="reset"> + <input class="submit" type="submit" name="validate" value="{lang:submit}"> + <input class="submit" type="reset" name="reset" value="{lang:reset}" class="reset"> </p> </form> |