Fix casing

This commit is contained in:
4G3NT
2024-04-09 15:22:36 -07:00
parent 207eaf4b1e
commit 1e89f7b4ba
5 changed files with 29 additions and 29 deletions
@@ -66,7 +66,7 @@
<? ENDIF ?>
<div class="subsection">
<div class="inputlabel"><label for="quitmsg"><? FORMAT "Quit Message:" ?></label></div>
<div class="inputlabel"><label for="quitmsg"><? FORMAT "Quit message:" ?></label></div>
<input id="quitmsg" type="text" name="quitmsg" value="<? VAR QuitMsg ?>" class="full" maxlength="256"
title="<? FORMAT "You may define a Message shown, when you quit IRC." ?>"
<? IF !QuitMsgEdit ?>disabled<? ENDIF ?> />