mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Dont use invalid tag '<pre></pre>' in xhtml export
This commit is contained in:
parent
6823115d17
commit
161cf52363
@ -226,7 +226,7 @@ Style "Code"
|
|||||||
Series Bold
|
Series Bold
|
||||||
Color Green
|
Color Green
|
||||||
EndFont
|
EndFont
|
||||||
HTMLTag <pre></pre>
|
HTMLTag pre
|
||||||
HTMLItem p
|
HTMLItem p
|
||||||
End
|
End
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ Style Verbatim
|
|||||||
Font
|
Font
|
||||||
Family Typewriter
|
Family Typewriter
|
||||||
EndFont
|
EndFont
|
||||||
HTMLTag <pre></pre>
|
HTMLTag pre
|
||||||
HTMLItem p
|
HTMLItem p
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user