From 7c4c456090f9b6b4fceffab9cc901dd23d61c753 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Sat, 30 Oct 2004 18:08:19 +0000 Subject: [PATCH] Fix reference to CDATA. (docbook) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9146 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/paragraph.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index d7281a345b..52167a5abc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-10-30 José Matos + + * paragraph.C (simpleDocBookOnePar): fix reference to CDATA. + 2004-10-30 José Matos * output_docbook.C (makeParagraphs): diff --git a/src/paragraph.C b/src/paragraph.C index d6ff30fc86..17a70818ca 100644 --- a/src/paragraph.C +++ b/src/paragraph.C @@ -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); -- 2.39.2