iens

Manager of links to read
git clone https://git.instinctive.eu/iens.git
Log | Files | Refs | README | LICENSE

commit f07c5a225001c732ec5977858d1913325f5f7734
parent 3c9bb28eded5e6a9b892de959d61db015817ded9
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Sat, 18 Apr 2026 17:55:28 +0000

Internal style is improved
Diffstat:
Msrc/cgi.scm | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/cgi.scm b/src/cgi.scm @@ -59,7 +59,7 @@ span.title { font-weight: bold; display: block; } @media (max-width: 59.9rem) { form { grid-template-columns: 1fr 1fr; - grid-template-areas: \"c c\" \"l r\"; + grid-template-areas: "c c" "l r"; } .form-body { grid-area: c; } @@ -616,7 +616,8 @@ END-OF-CSS (db-set-mark id 2 -1))))) (define (db-set-mark id old-v new-v) - (exec (sql db "UPDATE gruik SET mtime=?, mark=?, stime=? WHERE mark=? AND id=?;") + (exec (sql db "UPDATE gruik SET mtime=?, mark=?, stime=? + WHERE mark=? AND id=?;") (current-seconds) new-v (if (= 1 new-v) (current-seconds) '())