From a31a1561d436e96858adbeca14b6c21b48b80fe6 Mon Sep 17 00:00:00 2001 From: Vincent Calame Date: Thu, 8 Sep 2022 21:56:40 +0200 Subject: [PATCH] Version 1.0.1 --- dist/html2ods.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/html2ods.js b/dist/html2ods.js index f80bcfd..c4d7df5 100644 --- a/dist/html2ods.js +++ b/dist/html2ods.js @@ -1,4 +1,4 @@ -/* version: v1.0 */ +/* version: v1.0.1 */ var Html2Ods = function (output, table, options) { @@ -1556,7 +1556,7 @@ OpenDocument.StyleManager.DEFAULT_STYLES = [ name: "Italic", parent: "Standard", properties: { - "font-weight": "italic" + "font-style": "italic" } }, {