From 6a7741e4ae303e2d31945acf6fbaed1f8ef1803d Mon Sep 17 00:00:00 2001 From: voidlizard Date: Mon, 3 Feb 2025 08:07:38 +0300 Subject: [PATCH] suckless, page.ss example fixed --- miscellaneous/suckless-conf/examples/page.ss | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/miscellaneous/suckless-conf/examples/page.ss b/miscellaneous/suckless-conf/examples/page.ss index c9071b56..339182bc 100644 --- a/miscellaneous/suckless-conf/examples/page.ss +++ b/miscellaneous/suckless-conf/examples/page.ss @@ -30,7 +30,7 @@ print I agree with the terms ] [html :br] - [html :input [kw :type text :name username :placeholder Enter your name]] + [html :input [kw :type text :name username :placeholder "Enter your name"]] [html :br] [html :input [kw :type submit :value Submit]] ] @@ -39,11 +39,17 @@ print [html :p [kw] This text contains + [html :b [kw] bold] - , + + chr:comma + [html :i [kw] italic] - and - [html :u [kw] underlined] + + :and + + [html :u [kw] :underlined] + styles. ]