diff options
Diffstat (limited to 'phpBB/adm/style/acp_bots.html')
-rw-r--r-- | phpBB/adm/style/acp_bots.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_bots.html b/phpBB/adm/style/acp_bots.html index bc6c657490..0c4e718353 100644 --- a/phpBB/adm/style/acp_bots.html +++ b/phpBB/adm/style/acp_bots.html @@ -45,11 +45,11 @@ <dt><label for="bot_ip">{L_BOT_IP}:</label><br /><span>{L_BOT_IP_EXPLAIN}</span></dt> <dd><input name="bot_ip" type="text" id="bot_ip" value="{BOT_IP}" /></dd> </dl> - </fieldset> - <fieldset class="submit-buttons"> + <p class="submit-buttons"> <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + </p> </fieldset> </form> @@ -98,4 +98,4 @@ <!-- ENDIF --> -<!-- INCLUDE overall_footer.html -->
\ No newline at end of file +<!-- INCLUDE overall_footer.html --> |