diff --git a/note.php b/note.php index 5b7e362..c29f9cb 100644 --- a/note.php +++ b/note.php @@ -27,7 +27,7 @@ } else if (isset($_POST['preview'])) { - header("Location: note.php?preview=1&title=" . $title); + header("Location: note.php?preview=true&title=" . $title); exit; } else @@ -87,26 +87,35 @@ -
> -
- - - - - - -
-
-
- -
- - ' . $lines . ' ' . $words . ' ' . $chars . ' ' . $title . '.md'; - echo linksdiv($content); - ?> -
+ +
> +
+
+ + + + + + +
+
+
+ +
+ + ' . $lines . ' ' . $words . ' ' . $chars . ' ' . $title . '.md
'; + echo linksdiv($content); + ?> + + + +
> +
+ + +