Skip to content

Commit

Permalink
fix(settings.php): adds spacing, looks nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahwxorg committed Jun 14, 2024
1 parent 9619903 commit 0a24c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</select>
</div>
<div>
<label><?php printtext("settings_special_warning");?></label>
<label><?php printtext("settings_special_warning");?></label><br><br>
<label><?php printtext("settings_special_disabled");?></label>
<input type="checkbox" name="disable_special" <?php echo $opts->disable_special ? "checked" : ""; ?> ><br>
<label><?php printtext("settings_frontends_disable");?></label>
Expand Down

0 comments on commit 0a24c13

Please sign in to comment.