]> git.lyx.org Git - lyx.git/commitdiff
XHTML: disable item tags within <pre>.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Fri, 9 Dec 2022 01:49:50 +0000 (02:49 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Fri, 9 Dec 2022 01:49:50 +0000 (02:49 +0100)
Fixes a remaining bug from https://www.lyx.org/trac/ticket/10553.

lib/layouts/stdlayouts.inc

index e14ff290415e233b850a8bb4084d991e2d3a0faa..73b1a70abe4a14c0b32f7fe16ce84013fcc7a054 100644 (file)
@@ -101,7 +101,7 @@ Style Verbatim
          Family              Typewriter
        EndFont
        HTMLTag               pre
-       HTMLItem              p
+       HTMLItem              NONE
        DocBookTag            programlisting
 End