1ca8e210c8
Naked groups of LI in HTML5 mode will now have an inferred UL applied to them consistent with HTML4 and earlier modes. Test case added. Note that three regressions were updated in favor of this corrected behavior.
17 lines
473 B
HTML
17 lines
473 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>[ 566542 ] parser hangs</title>
|
|
<!-- This is a particularly horrid bit of markup. Tidy should
|
|
probably throw up its hands and emit an error. -->
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<p>Identify the member disks with <strong>ssaraid -H -lssa0 -n
|
|
pdisk <em>[n]</em> -u -a use=member</strong></p>
|
|
<p><strong>Identify the hot spare with ssaraid -H -lssa0 -n
|
|
pdisk <em>[n]</em>-u -a use=spare</strong></p>
|
|
</ul>
|
|
</body>
|
|
</html>
|