nano

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

commit 87bf46ffb6e1d907260025ec2b656b73790420f0
parent a921bdadbfa4a364ea395ffff1a10f0e28281f5f
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu,  5 Dec 2019 11:52:17 +0100

docs: add the 'lang' attribute in the right place to the two HTML pages

Diffstat:
Mdoc/cheatsheet.html | 4++--
Mdoc/faq.html | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/cheatsheet.html b/doc/cheatsheet.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html> +<html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> @@ -8,7 +8,7 @@ <meta name="keywords" content="cheatsheet, nano, editor, shortcuts, keystrokes, functions"> </head> -<body lang="en"> +<body> <br> <h1 align="center">Overview of nano's shortcuts &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h1> diff --git a/doc/faq.html b/doc/faq.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<html lang="en"> <head> <title>The GNU nano editor FAQ</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">