diff mbox series

[pushed] wwwdocs: backends: Fix markup with overly long <p> block

Message ID 20240622085707.08D6633EDD@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: backends: Fix markup with overly long <p> block | expand

Commit Message

Gerald Pfeifer June 22, 2024, 8:57 a.m. UTC
An <ul> environment is in parallel to a <p> environment and cannot be 
nested in the latter; in HTML 5 an instance of the former automatically 
ends the latter.

Pushed.

Gerald
---
 htdocs/backends.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/backends.html b/htdocs/backends.html
index 9272558c..2a63f91b 100644
--- a/htdocs/backends.html
+++ b/htdocs/backends.html
@@ -120,7 +120,7 @@  visium     |          B         g  t s
 xtensa     |         C
 </pre>
 
-<p>For AVR simulators, see
+<p>For AVR simulators, see</p>
   <ul>
     <li><a href="https://github.com/sprintersb/atest"
 	   >AVRtest</a> and
@@ -131,7 +131,6 @@  xtensa     |         C
 	   >SimulAVR</a>
     </li>
 </ul>
-</p>
 
 <p>For ARC simulator, see <a
 href="https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb">