Commit 94cab0a0 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 708446 - Deprecated list breaks HTML tree with xhtml extension

parent b5ba77eb
...@@ -106,7 +106,7 @@ function createIndent(o,domNode,node,level) ...@@ -106,7 +106,7 @@ function createIndent(o,domNode,node,level)
span.style.display = 'inline-block'; span.style.display = 'inline-block';
span.style.width = 16*(level+1)+'px'; span.style.width = 16*(level+1)+'px';
span.style.height = '22px'; span.style.height = '22px';
span.innerHTML = ' '; span.innerHTML = ' ';
domNode.appendChild(span); domNode.appendChild(span);
} }
} }
......
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
" span.style.display = 'inline-block';\n" " span.style.display = 'inline-block';\n"
" span.style.width = 16*(level+1)+'px';\n" " span.style.width = 16*(level+1)+'px';\n"
" span.style.height = '22px';\n" " span.style.height = '22px';\n"
" span.innerHTML = ' ';\n" " span.innerHTML = ' ';\n"
" domNode.appendChild(span);\n" " domNode.appendChild(span);\n"
" } \n" " } \n"
"}\n" "}\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment