From 4b19e44770d5021ddc82bd1eb7a63d8aa549c257 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Sat, 12 Oct 2019 14:04:54 -0400 Subject: [PATCH] Remove MIME type from HTML table format. I did not realize when I added this that it would mean that ALL files detected as text/html would be handled this way. Should fix #11087. But it is the right thing to do anyway. --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index d1989d1880..6c1e20a3f9 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -692,7 +692,7 @@ def checkFormatEntries(dtl_tools): rc_entry = [r'''\Format gnumeric gnumeric "Gnumeric spreadsheet" "" "" "%%" "document" "application/x-gnumeric" \Format excel xls "Excel spreadsheet" "" "" "%%" "document" "application/vnd.ms-excel" \Format excel2 xlsx "MS Excel Office Open XML" "" "" "%%" "document" "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" -\Format html_table html "HTML Table (for spreadsheets)" "" "" "%%" "document" "text/html" +\Format html_table html "HTML Table (for spreadsheets)" "" "" "%%" "document" "" \Format oocalc ods "OpenDocument spreadsheet" "" "" "%%" "document" "application/vnd.oasis.opendocument.spreadsheet"''']) # checkViewer('an HTML previewer', ['firefox', 'mozilla file://$$p$$i', 'netscape'], -- 2.39.5