mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix reference to CDATA. (docbook)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9146 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
595dc950ec
commit
7c4c456090
@ -1,3 +1,7 @@
|
||||
2004-10-30 José Matos <jamatos@lyx.org>
|
||||
|
||||
* paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
|
||||
|
||||
2004-10-30 José Matos <jamatos@lyx.org>
|
||||
|
||||
* output_docbook.C (makeParagraphs):
|
||||
|
@ -1410,7 +1410,7 @@ void Paragraph::simpleDocBookOnePar(Buffer const & buf,
|
||||
LyXFont font_old =
|
||||
style->labeltype == LABEL_MANUAL ? style->labelfont : style->font;
|
||||
|
||||
bool cdata = (style->latexparam() == "CDATA");
|
||||
bool cdata = (style->innertag() == "CDATA");
|
||||
// parsing main loop
|
||||
for (pos_type i = initial; i < size(); ++i) {
|
||||
LyXFont font = getFont(buf.params(), i, outerfont);
|
||||
|
Loading…
Reference in New Issue
Block a user