Skip to content
Snippets Groups Projects
Commit 90db23d7 authored by chris's avatar chris
Browse files

Correct invalid XHTML generated for list elements

Change the <span> element used to differentiate the <ol> numbering from
list item text to a <div> element.  A <div> is allowed to have children
with display:block (e.g. <pre>, <ol>, <ul>) whereas a span isn't.

darcs-hash:20050624130636-50fdc-0637f16f3791c845a5247c5233237330a2e8a2d4.gz
parent 8dd5e97b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment