This commit is contained in:
quenousimporte 2024-10-16 13:58:54 +02:00
parent 610725ed89
commit 0b10cefced
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@
<input type="submit" name="download" value="download" accesskey="d">
<input type="submit" name="delete" value="delete">
<input hidden name="lastchanged" value="<?php echo $lastchanged; ?>">
<div># <input autocomplete="off" class="title" name="title" value="<?php echo $title; ?>"></div>
<div><span>#&nbsp;</span><input autocomplete="off" class="title" name="title" value="<?php echo $title; ?>"></div>
</div>
<div class="editor">
<textarea rows="<?php echo $rows; ?>" autofocus name="content" spellcheck="false"><?php echo $content; ?></textarea>