fix mwidth for elements with no content.
This commit is contained in:
parent
36415f76b6
commit
1a4c0cd761
|
@ -2115,6 +2115,7 @@ Element.prototype._wrapContent = function(content, width) {
|
|||
out.ftor = [[0]];
|
||||
out.fake = lines;
|
||||
out.real = out;
|
||||
out.mwidth = 0;
|
||||
return out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue