change layout
This commit is contained in:
parent
5308081946
commit
88a23c2a92
|
@ -71,7 +71,7 @@
|
||||||
$title = $_GET['open'];
|
$title = $_GET['open'];
|
||||||
$content = file_get_contents($dir . '/' . $title);
|
$content = file_get_contents($dir . '/' . $title);
|
||||||
|
|
||||||
echo '<input form="note" name="title" value="' . $title . '">
|
echo ' <input form="note" name="title" value="' . $title . '">
|
||||||
<br><br>
|
<br><br>
|
||||||
<form id="note" action="index.php" method="POST">
|
<form id="note" action="index.php" method="POST">
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue