nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 078d612b9ef5cf39c9c83ed64b0761d8e581a34b
parent 26025f79ce854d84bba41fb56d4d7f3c1949f767
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Fri,  3 Feb 2023 17:30:27 +0100

tweaks: add a missing 'type' attribute to a <style> tag

To stop the W3 validator from complaining.

Diffstat:
Mdoc/faq.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/faq.html b/doc/faq.html @@ -5,7 +5,7 @@ <title>The GNU nano editor FAQ</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="The genesis story of the nano editor, plus the solution to some common problems."> - <style> + <style type="text/css"> .indented { margin-left: 2em; font-family: courier; font-size: 110%; } </style> </head>