From 6d53fc5ebff461543096f177ed15ba2f2fca94b9 Mon Sep 17 00:00:00 2001
From: sawinglogz <3787776-sawinglogz@users.noreply.gitlab.com>
Date: Thu, 16 Jan 2020 16:13:53 -0500
Subject: [PATCH] Make the list of machines in the release notes an actual
 list.

---
 oscar/docs/release_notes.html | 54 ++++++++++++++++++-----------------
 1 file changed, 28 insertions(+), 26 deletions(-)

diff --git a/oscar/docs/release_notes.html b/oscar/docs/release_notes.html
index 88d78849..8b2220e5 100644
--- a/oscar/docs/release_notes.html
+++ b/oscar/docs/release_notes.html
@@ -12,32 +12,34 @@ Which was written and copyright 2011-2018 &copy; Mark Watkins
 <li>Portions of OSCAR are &copy; 2019 by The OSCAR Team</li>
 <li>[new] Extensive overhaul of the Philips Respironics System One importer, resolving all previously reported issues.</li>
 <li>[new] The following Philips Respironics machines are now tested and fully supported:
-REMstar Plus (System One) (251P),
-REMstar Pro (System One) (450P, 451P),
-REMstar Auto (System One) (550P, 551P),
-BiPAP Auto (System One) (750P),
-BiPAP AutoSV Advanced System One (950P, 951P),
-REMstar Pro (System One 60 Series) (460P, 461P),
-REMstar Auto (System One 60 Series) (560P, 561P, 562P, 560PBT),
-BiPAP Pro (System One 60 Series) (660P),
-BiPAP Auto (System One 60 Series) (760P),
-BiPAP autoSV Advanced (System One 60 Series) (960P, 961P),
-BiPAP autoSV Advanced 30 (System One 60 Series) (960T),
-BiPAP S/T 30 (System One 60 Series) (1061T),
-BiPAP AVAPS 30 (System One 60 Series) (1160P),
-DreamStation CPAP (200X110),
-DreamStation CPAP Pro (400X110, 400X150),
-DreamStation Go (400G110),
-DreamStation Auto CPAP (500X110, 500X150),
-DreamStation Go Auto (500G110, 502G150),
-DreamStation BiPAP Pro (600X110),
-DreamStation Auto BiPAP (700X110),
-DreamStation BiPAP autoSV (900X110, 900X120),
-DreamStation BiPAP S/T 30 (1030X110),
-DreamStation BiPAP S/T 30 with AAM (1030X150),
-DreamStation BiPAP AVAPS 30 (1130X110),
-DreamStation BiPAP AVAPS 30 AE (1131X150)</li>
-<li>Note: The settings for PC, S, and S/T modes on Philips Respironics System One machines are displayed incorrectly.</li>
+<ul>
+<li>REMstar Plus (System One) (251P),</li>
+<li>REMstar Pro (System One) (450P, 451P),</li>
+<li>REMstar Auto (System One) (550P, 551P),</li>
+<li>BiPAP Auto (System One) (750P),</li>
+<li>BiPAP AutoSV Advanced System One (950P, 951P),</li>
+<li>REMstar Pro (System One 60 Series) (460P, 461P),</li>
+<li>REMstar Auto (System One 60 Series) (560P, 561P, 562P, 560PBT),</li>
+<li>BiPAP Pro (System One 60 Series) (660P),</li>
+<li>BiPAP Auto (System One 60 Series) (760P),</li>
+<li>BiPAP autoSV Advanced (System One 60 Series) (960P, 961P),</li>
+<li>BiPAP autoSV Advanced 30 (System One 60 Series) (960T),</li>
+<li>BiPAP S/T 30 (System One 60 Series) (1061T),</li>
+<li>BiPAP AVAPS 30 (System One 60 Series) (1160P),</li>
+<li>DreamStation CPAP (200X110),</li>
+<li>DreamStation CPAP Pro (400X110, 400X150),</li>
+<li>DreamStation Go (400G110),</li>
+<li>DreamStation Auto CPAP (500X110, 500X150),</li>
+<li>DreamStation Go Auto (500G110, 502G150),</li>
+<li>DreamStation BiPAP Pro (600X110),</li>
+<li>DreamStation Auto BiPAP (700X110),</li>
+<li>DreamStation BiPAP autoSV (900X110, 900X120),</li>
+<li>DreamStation BiPAP S/T 30 (1030X110),</li>
+<li>DreamStation BiPAP S/T 30 with AAM (1030X150),</li>
+<li>DreamStation BiPAP AVAPS 30 (1130X110),</li>
+<li>DreamStation BiPAP AVAPS 30 AE (1131X150)</li>
+<li>Note: The settings for PC, S, and S/T modes are still displayed incorrectly.</li>
+</ul></li>
 <li>[new] Update translation files and add new languages</li>
 <li>[new] Allow user to reset graph order on Daily page to Standard or Advanced order (often useful for AVS and AVAPS CPAP modes)</li>
 <li>[new] Add preference setting to include serial number on machine settings list</li>