Version 1.0.1
This commit is contained in:
parent
44f86ab05b
commit
a31a1561d4
4
dist/html2ods.js
vendored
4
dist/html2ods.js
vendored
@ -1,4 +1,4 @@
|
|||||||
/* version: v1.0 */
|
/* version: v1.0.1 */
|
||||||
|
|
||||||
|
|
||||||
var Html2Ods = function (output, table, options) {
|
var Html2Ods = function (output, table, options) {
|
||||||
@ -1556,7 +1556,7 @@ OpenDocument.StyleManager.DEFAULT_STYLES = [
|
|||||||
name: "Italic",
|
name: "Italic",
|
||||||
parent: "Standard",
|
parent: "Standard",
|
||||||
properties: {
|
properties: {
|
||||||
"font-weight": "italic"
|
"font-style": "italic"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user