Version 1.0.1

This commit is contained in:
Vincent Calame 2022-09-08 21:56:40 +02:00
parent 44f86ab05b
commit a31a1561d4
1 changed files with 2 additions and 2 deletions

4
dist/html2ods.js vendored
View File

@ -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"
}
},
{