change layout
This commit is contained in:
parent
84d833a217
commit
a1d7e8ffc1
|
@ -70,9 +70,8 @@
|
|||
$title = $_GET['open'];
|
||||
$content = file_get_contents($dir . '/' . $title);
|
||||
|
||||
echo ' <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>
|
||||
|
|
Loading…
Reference in New Issue