- Allow to change the subject in all reply pages

- Remove tabs and/or blanks from subject when replying
This commit is contained in:
Paolo
2020-02-12 16:14:50 +01:00
parent 6882199d0e
commit 937db42e11
2 changed files with 3 additions and 3 deletions
@@ -56,9 +56,9 @@
</label>
</div>
&nbsp;
<div id="subject" class="col-lg-7">
<div class="col-lg-7">
<?php echo $subject; ?>
<input id="subject" type="text" value="<?php echo $subject; ?>">
</div>
</div>