Skip to content

Commit

Permalink
Remove label tag surround license checkbox text
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Oct 7, 2018
1 parent 3c33539 commit 753271d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _install/views/base/license.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

<form method="post" action="{$smarty.const.PH7_URL_SLUG_INSTALL}license">
<p>
<input type="checkbox" name="license_agreed" id="license_agreed" onclick="checkAgreementStatus()"/>
<label for="license_agreed">{$LANG.agree_license}</label>
<input type="checkbox" name="license_agreed" id="license_agreed" onclick="checkAgreementStatus()"/> {$LANG.agree_license}
</p>

<p>
Expand Down

0 comments on commit 753271d

Please sign in to comment.