]> git.lyx.org Git - features.git/commitdiff
Dont use invalid tag '<pre></pre>' in xhtml export
authorKornel Benko <kornel@lyx.org>
Mon, 30 May 2016 07:48:06 +0000 (09:48 +0200)
committerKornel Benko <kornel@lyx.org>
Mon, 30 May 2016 07:48:06 +0000 (09:48 +0200)
lib/layouts/jss.layout
lib/layouts/stdlayouts.inc

index 47e3dae40a64c01d554ce924b45f4ff7e7dbb536..1055043ece4e0b2e913876fef872efc956f164be 100644 (file)
@@ -226,7 +226,7 @@ Style "Code"
          Series                        Bold
          Color                         Green
        EndFont
-       HTMLTag                         <pre></pre>
+       HTMLTag                         pre
        HTMLItem                        p
 End
 
index 8be0d24ee6b9967219f5276a9f9848cdd1b850f8..dbde134604407217688c291f44979f9f12760242 100644 (file)
@@ -91,7 +91,7 @@ Style Verbatim
        Font
          Family              Typewriter
        EndFont
-       HTMLTag               <pre></pre>
+       HTMLTag               pre
        HTMLItem              p
 End