]> git repositories - mysite.git/commitdiff
small fix
authorbochard <git@bochard.net>
Tue, 3 Feb 2026 08:12:03 +0000 (16:12 +0800)
committerbochard <git@bochard.net>
Tue, 3 Feb 2026 10:39:11 +0000 (18:39 +0800)
guestbook.php

index 69d1e9f1e4021fc4ec998a6524b13ef39bfd4896..e0b90e3a2b7b7d8b10d3958a4996b2f7e0fb3a4c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
        require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
        $pgtitle = "guestbook";
-       $pgdescription = "";
+       $pgdescription = "sign my guestbook";
        $pgcss = [];
        $pgjs = [];
        head($pgtitle, $pgdescription, $pgcss, $pgjs);
@@ -82,9 +82,9 @@
                                                        <br>
                                                        <label for="website">My website: </label><input type="text" name="website" placeholder="optional">
                                                        <br>
-                                                       <label for="email">My e-mail: </label><input type="email" name="email" placeholder="only me can see">
+                                                       <label for="email">My e-mail: </label><input type="email" name="email" placeholder="only me can see, optional">
                                                        <br>
-                                                       <label for="comment">Comment: </label><br><textarea name="comment" rows="10" cols="35" required></textarea>
+                                                       <label for="comment">Comment: </label><br><textarea name="comment" rows="10" cols="45" required></textarea>
                                                        <br>
                                                        <button type="submit">Sign the guestbook</button>
                                                </form>