diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/site_manager.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/site_manager.tpl b/template/yoga/admin/site_manager.tpl index 3bed23b29..b337e838d 100644 --- a/template/yoga/admin/site_manager.tpl +++ b/template/yoga/admin/site_manager.tpl @@ -68,6 +68,6 @@ <input type="text" name="galleries_url" id="galleries_url" /> </p> <p> - <input type="submit" name="submit" value="{lang:submit}" {TAG_INPUT_ENABLED} /> + <input class="submit" type="submit" name="submit" value="{lang:submit}" {TAG_INPUT_ENABLED} /> </p> </form> |