diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-25 18:54:19 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-25 18:54:19 -0600 |
commit | 7a03049f96a87e0d562a4adea671bdf386a0f72f (patch) | |
tree | 69cdfa0394416f8c82a5c500d2e0ab3780c4e723 /org/cgi-bin/guest-book.cgi | |
parent | 66d61b43b4f682581d807a8aeb3c668710e00155 (diff) |
New blog post and better support added
Diffstat (limited to 'org/cgi-bin/guest-book.cgi')
-rwxr-xr-x | org/cgi-bin/guest-book.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/cgi-bin/guest-book.cgi b/org/cgi-bin/guest-book.cgi index 4c4d4fd..dfbe38f 100755 --- a/org/cgi-bin/guest-book.cgi +++ b/org/cgi-bin/guest-book.cgi @@ -127,7 +127,7 @@ (message (cdr (list-ref guest 1))) (url (cdr (list-ref guest 2))) (name (cdr (list-ref guest 3)))) - (format #t " <div class=\"container\"> + (format #t " <hr />\n <div class=\"container\"> <b>~a</b> <a href=\"~a\" target=\"_blank\">~a</a> --- signed ~a\n\ <div class=\"silly-something\"><p>~a</p></div>\n\ </div>\n <br />\n" name url url date message))) |