]> Kevux Git Server - kevux.org-website/commitdiff
Bugfix: Must use &lt; rather than < in HTML markup.
authorKevin Day <thekevinday@gmail.com>
Sat, 17 Dec 2022 16:31:51 +0000 (10:31 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 17 Dec 2022 16:31:51 +0000 (10:31 -0600)
news/2022_07_02-fll_0_5_10_release.html

index 38595ced65faec8e968bba65453a04885149d01d..4cec29508a150b1827841bdd1fcd41f1a690e3eb 100644 (file)
             <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>