From: Kevin Day <thekevinday@gmail.com>
Date: Sat, 17 Dec 2022 16:31:51 +0000 (-0600)
Subject: Bugfix: Must use &lt; rather than < in HTML markup.
X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=ddddb49c5769a205a18140d9486bcd1a0c4f21e8;p=kevux.org-website

Bugfix: Must use &lt; rather than < in HTML markup.
---

diff --git a/news/2022_07_02-fll_0_5_10_release.html b/news/2022_07_02-fll_0_5_10_release.html
index 38595ce..4cec295 100644
--- a/news/2022_07_02-fll_0_5_10_release.html
+++ b/news/2022_07_02-fll_0_5_10_release.html
@@ -125,8 +125,8 @@
             <ul>
               <li><strong class="strong">FLL</strong>: Signal code is not being set when accepted signal is received.</li>
               <li><strong class="strong">FLL</strong>: Problems and clean ups exposed when writing f_thread unit tests.</li>
-              <li><strong class="strong">FLL</strong>: The < 0xc2 test is supposed to be against the first byte rather than the second.</li>
-              <li><strong class="strong">FLL</strong>: A typo resulting in treating < 0xc3 as invalid UTF-8 when it is instead < 0xc2.</li>
+              <li><strong class="strong">FLL</strong>: The &lt; 0xc2 test is supposed to be against the first byte rather than the second.</li>
+              <li><strong class="strong">FLL</strong>: A typo resulting in treating &lt; 0xc3 as invalid UTF-8 when it is instead &lt; 0xc2.</li>
               <li><strong class="strong">FLL</strong>: Add missing endianness check to f_convesion.</li>
               <li><strong class="strong">FLL</strong>: Uppercase 'T' needs to be supported (fl_conversion).</li>
               <li><strong class="strong">FLL</strong>: Problems exposed by unit tests in f_utf.</li>