mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 03:23:12 +00:00
Typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39684 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b3cd6747eb
commit
042454a101
@ -1601,7 +1601,7 @@ void Buffer::writeLyXHTMLSource(odocstream & os,
|
||||
}
|
||||
|
||||
bool const needfg = params().fontcolor != RGBColor(0, 0, 0);
|
||||
bool const needbg = params().backgroundcolor != RGBColor(OxFF, OxFF, OxFF);
|
||||
bool const needbg = params().backgroundcolor != RGBColor(0xFF, 0xFF, 0xFF);
|
||||
if (needfg || needbg) {
|
||||
os << "<style type='text/css'>\nbody {\n";
|
||||
if (needfg)
|
||||
|
Loading…
Reference in New Issue
Block a user