This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-28
lines changed Expand file tree Collapse file tree 2 files changed +6
-28
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,14 @@ echo '<script type="text/javascript" src="'.$this->moduleWebroot.'/public/js/com
31
31
</div>
32
32
33
33
<div class="licenseDisplay">
34
- <?php echo $ this ->t (nl2br ($ this ->agreementDao ->getAgreement ())); ?>
34
+ <?php echo $ this ->t (nl2br ($ this ->escape ( $ this -> agreementDao ->getAgreement () ))); ?>
35
35
</div>
36
36
37
- <input type="checkbox" id="agreementAccepted"> I have read and agree to the above terms</input >
37
+ <input type="checkbox" id="agreementAccepted" /> <label for="agreementAccepted"> I have read and agree to the above terms</label >
38
38
<div class="agreementButtons">
39
39
<form class="genericForm">
40
- <input type="button" id="confirmAgreement" value="Accept" disabled="disabled"/>
41
- <input type="button" id="declineAgreement" style="margin-left: 10px;" value="Cancel"/>
40
+ <input type="button" id="confirmAgreement" value="Accept" disabled="disabled" />
41
+ <input type="button" id="declineAgreement" style="margin-left: 10px;" value="Cancel" />
42
42
</form>
43
- <div>
44
-
45
- </div>
43
+ </div>
44
+ </div>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments