iens

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

commit 8a9f6c85c65d714dcf8f6da3d39de9a03dc006e6
parent c301271101c2005ce7967da0e99b6c02eb521ea3
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Fri,  6 Mar 2026 21:08:07 +0000

Forward buttons on the left, backward buttons on the right
Diffstat:
Msrc/cgi.scm | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cgi.scm b/src/cgi.scm @@ -259,8 +259,8 @@ (hx-swap "outerHTML") (hx-post "xdo-marked")) ,(post-p-fragment ptime section title url) (input (@ (type "hidden") (name "id") (value ,id))) - (input (@ (type "submit") (name "submit") (value "Unmark"))) - (input (@ (type "submit") (name "submit") (value "Edit"))))) + (input (@ (type "submit") (name "submit") (value "Edit"))) + (input (@ (type "submit") (name "submit") (value "Unmark"))))) (define (unmarked-post-fragment id ptime section title url) `(form (@ (method "POST") (action "do-unmarked")