]> git.lyx.org Git - features.git/commitdiff
Fix output of LATEX_LIST_ENVIRONMENT and remove obsolete comment.
authorRichard Heck <rgheck@comcast.net>
Thu, 19 Nov 2009 22:13:44 +0000 (22:13 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 19 Nov 2009 22:13:44 +0000 (22:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32101 a592a061-630c-0410-9148-cb99ea01b6c8

src/output_xhtml.cpp

index ecc4220e5be6e115fa55dd6e1c88be776a486b6d..03d10534331237b3da2146e28446b12d017f3b7a 100644 (file)
@@ -477,8 +477,6 @@ ParagraphList::const_iterator makeParagraphs(Buffer const & buf,
                if (par != pbegin)
                        xs.cr();
 
-               // FIXME Should we really allow anything other than 'p' here?
-               
                // If we are already in a paragraph, and this is the first one, then we
                // do not want to open the paragraph tag.
                bool const opened = 
@@ -633,7 +631,7 @@ ParagraphList::const_iterator makeEnvironmentHtml(Buffer const & buf,
                                // if we're not at the end...
                                if (par != pend 
                                        //  and are doing items...
-                                        && style.latextype == LATEX_ITEM_ENVIRONMENT
+                                        && !isNormalEnv(style)
                                         // and if the depth has changed...
                                         && par->params().depth() != origdepth) {
                                         // then we'll save this layout for later, and close it when