change layout

This commit is contained in:
quenousimporte 2024-02-14 08:33:42 +01:00
parent 84d833a217
commit a1d7e8ffc1
1 changed files with 2 additions and 3 deletions

View File

@ -70,9 +70,8 @@
$title = $_GET['open'];
$content = file_get_contents($dir . '/' . $title);
echo '&nbsp;<input form="note" name="title" value="' . $title . '">
<br><br>
<form id="note" action="index.php" method="POST">
echo '<form action="index.php" method="POST">
<br><div><input name="title" value="' . $title . '"></div><br>
<div>
<textarea autofocus name="content" spellcheck="false">' . $content . '</textarea>
</div>