Skip to content

Commit 20af216

Browse files
committed
indentation
1 parent 1618012 commit 20af216

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webroot/panel/modal/new_pi.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
<label>
1717
<input type='checkbox' name='tos' value='agree' required>
1818
I have read and accept the
19-
<a href='<?php echo CONFIG["site"]["terms_of_service_url"]; ?>' target='_blank'>Terms of Service</a>.
19+
<a href='<?php echo CONFIG["site"]["terms_of_service_url"]; ?>' target='_blank'>
20+
Terms of Service
21+
</a>.
2022
</label>
2123
<input type="submit" value="Send Request">
2224
</form>

0 commit comments

Comments
 (0)