Skip to content

Commit

Permalink
Merge pull request SimpleMachines#8031 from dragomano/fix_layout_error2
Browse files Browse the repository at this point in the history
[2.1] Remove unnecessary div
  • Loading branch information
live627 authored Feb 1, 2024
2 parents 8c8db23 + f70e2df commit bc5c151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/default/Register.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ function template_edit_agreement()
<div class="information">
<span>', $context['agreement_info'], '</span>
</div>
<div class="righttext"><input type="submit" value="', $txt['save'], '" tabindex="', $context['tabindex']++, '" class="button" onclick="return resetAgreementConfirm()" />
<input type="submit" value="', $txt['save'], '" tabindex="', $context['tabindex']++, '" class="button" onclick="return resetAgreementConfirm()" />
<input type="hidden" name="agree_lang" value="', $context['current_agreement'], '">
<input type="hidden" name="sa" value="agreement">
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '">
Expand Down

0 comments on commit bc5c151

Please sign in to comment.