mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
RichText: Fixed issue with missing ;
git-svn-id: svn://ultimatepp.org/upp/trunk@10185 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4c4ba89029
commit
8d83c32ef8
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ String HtmlParaStyle(const RichPara::Format& f, Zoom z)
|
|||
case RichPara::BULLET_BOX:
|
||||
case RichPara::BULLET_BOXWHITE: style << "square"; break;
|
||||
}
|
||||
style << ';';
|
||||
// style << ";list-style-position:inside;";
|
||||
lm += 20;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue