Kaydet (Commit) 87e7fd16 authored tarafından Miklos Vajna's avatar Miklos Vajna

tdf#116555 filter: make sure default extension for HTML is not .xhtml

Since by default we don't write XHTML markup in the sw HTML export.

Change-Id: Ifbf9850652d7838582725be391b2fd1a062495e5
Reviewed-on: https://gerrit.libreoffice.org/52663Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst e9586cf0
......@@ -18,7 +18,8 @@
<node oor:name="generic_HTML" oor:op="replace" >
<prop oor:name="DetectService"><value>com.sun.star.comp.filters.PlainTextFilterDetect</value></prop>
<prop oor:name="URLPattern"><value>private:factory/swriter/web*</value></prop>
<prop oor:name="Extensions"><value>html htm xhtml</value></prop>
<!-- the last extension is used when the code wants to know the extension of this type -->
<prop oor:name="Extensions"><value>html xhtml htm</value></prop>
<prop oor:name="MediaType"><value>text/html</value></prop>
<prop oor:name="Preferred"><value>false</value></prop>
<prop oor:name="PreferredFilter"><value>HTML</value></prop>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment