]> git repositories - mysite.git/commitdiff
minor fix again
authorbochard <git@bochard.net>
Tue, 3 Feb 2026 10:56:01 +0000 (18:56 +0800)
committerbochard <git@bochard.net>
Tue, 3 Feb 2026 10:56:01 +0000 (18:56 +0800)
guestbook.php

index e0b90e3a2b7b7d8b10d3958a4996b2f7e0fb3a4c..579dce5cded0277ba30a9b957753f248f1d431a9 100644 (file)
@@ -84,7 +84,7 @@
                                                        <br>
                                                        <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="45" required></textarea>
+                                                       <label for="comment">Comment: </label><br><textarea name="comment" rows="10" cols="45" placeholder="put your comment here..." required></textarea>
                                                        <br>
                                                        <button type="submit">Sign the guestbook</button>
                                                </form>