diff options
Diffstat (limited to 'public/emotes')
| -rw-r--r-- | public/emotes/upload.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/emotes/upload.php b/public/emotes/upload.php index 96544fd..f890ec2 100644 --- a/public/emotes/upload.php +++ b/public/emotes/upload.php @@ -104,8 +104,8 @@ if ($_SERVER['REQUEST_METHOD'] != "POST") { <textarea name="notes" id="form-notes"></textarea> <div> - <label for="tos" class="inline">Do you accept <a href="/rules">the rules</a>?<span - style="color:red;">*</span></label> + <label for="tos" class="inline">Do you accept <a href="/rules.php" target="_BLANK">the + rules</a>?<span style="color:red;">*</span></label> <input type="checkbox" name="tos" value="1" required> </div> |
