]> git.wh0rd.org - nano-editor.git/commitdiff
encode literal angle brackets for HTML
authorBenno Schulenberg <bensberg@telfort.nl>
Tue, 9 Jan 2018 18:33:40 +0000 (19:33 +0100)
committerBenno Schulenberg <bensberg@telfort.nl>
Tue, 9 Jan 2018 18:33:40 +0000 (19:33 +0100)
news.php

index 5609d1e0a85f609459924e7f27d2f59eb5af2212..bd11e1beb6ce5d8945b2c0fdabb0b5c9e70f72bb 100644 (file)
--- a/news.php
+++ b/news.php
@@ -27,7 +27,7 @@ the option 'justifytrim' to 'trimblanks' because it will
 now snip trailing whitespace also while you are typing
 (and hard-wrapping is enabled), continues pushing words
 to the next line much longer (when hard-wrapping), makes
 now snip trailing whitespace also while you are typing
 (and hard-wrapping is enabled), continues pushing words
 to the next line much longer (when hard-wrapping), makes
-<Tab> and <Shift+Tab> indent and unindent a marked region,
+&lt;Tab&gt; and &lt;Shift+Tab&gt; indent and unindent a marked region,
 allows unindenting when not all lines are indented, lets a
 region marked with Shift persist when indenting/unindenting
 or commenting/uncommenting it, and in those cases excludes
 allows unindenting when not all lines are indented, lets a
 region marked with Shift persist when indenting/unindenting
 or commenting/uncommenting it, and in those cases excludes
@@ -142,7 +142,7 @@ translation updates for fifteen languages.
 GNU nano 2.8.1 "Ellert" fixes build failures on MacOS and
 on musl, fixes scrolling problems in softwrap mode when
 double-width characters on row boundaries are involved,
 GNU nano 2.8.1 "Ellert" fixes build failures on MacOS and
 on musl, fixes scrolling problems in softwrap mode when
 double-width characters on row boundaries are involved,
-shows double-width characters as ">" and "<" when split
+shows double-width characters as "&gt;" and "%lt;" when split
 across two rows, moves the cursor more predictably (at
 the cost of sometimes putting it on the second "half"
 of a character), avoids creating lines that consist of
 across two rows, moves the cursor more predictably (at
 the cost of sometimes putting it on the second "half"
 of a character), avoids creating lines that consist of
@@ -196,7 +196,7 @@ sets the preferred x position for vertical movements
 more consistently, avoids some scrolling problems in
 softwrap mode, installs the Info manual also when your
 system lacks 'makeinfo', and corrects the behavior of
 more consistently, avoids some scrolling problems in
 softwrap mode, installs the Info manual also when your
 system lacks 'makeinfo', and corrects the behavior of
-the beginning-of-word anchor (\<) in regex searches.
+the beginning-of-word anchor (\&lt;) in regex searches.