RichText: Fixed margin formatting in debug mode in EncodeHTML

git-svn-id: svn://ultimatepp.org/upp/trunk@11229 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-07-13 07:46:17 +00:00
parent 5e236102e0
commit 4bf99ce7ef

View file

@ -76,7 +76,7 @@ String HtmlParaStyle(const RichPara::Format& f, Zoom z)
// style << ";list-style-position:inside;";
lm += 20;
}
style << Format("margin:%dpx %dpx %dpx %dpx;text-indent:%dpx;",
style << Format("margin:%d`px %d`px %d`px %d`px;text-indent:%d`px;",
z * f.before,
z * f.rm,
z * f.after,