]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
encode literal angle brackets for HTML
[nano-editor.git] / 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
-<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
@@ -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,
-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
@@ -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
-the beginning-of-word anchor (\<) in regex searches.
+the beginning-of-word anchor (\&lt;) in regex searches.