From 44e2ba31b80ead160197462d9a4c3e8527836eed Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 25 Jul 2024 12:57:39 +0200 Subject: Change button --- src/pages/guestbook.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages') diff --git a/src/pages/guestbook.php b/src/pages/guestbook.php index b5e582d..d04c3ec 100644 --- a/src/pages/guestbook.php +++ b/src/pages/guestbook.php @@ -4,7 +4,7 @@

Guestbook

-

Emoticon guide

+

Emoticon guide

@@ -52,7 +52,7 @@ $(function() { win.document.write('Emoticon guide'); win.document.write(''); win.document.write('
'); - win.document.write(''); + win.document.write('
'); var idx = 0; for (var i = 0; i < EMOTICONS[1].length; ++i) { idx = EMOTICONS[1][i]; -- cgit v1.2.3