diff options
Diffstat (limited to 'book.json')
-rw-r--r-- | book.json | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,8 +5,8 @@ "keywords": "AGL, XDS, cross, Development, Iotbzh", "author": "Sebastien Douheret", "website": "http://iot.bzh", - "published": "September 2017", - "version": "0.1", + "published": "October 2017", + "version": "0.2", "gitbook": "3.2.2", "root": "docs", @@ -93,9 +93,9 @@ } }, { - "pattern": "<img ([^>]*)> {0,}{:: {0,}style=([^}]*)}", + "pattern": "<img ([^>]*)> {0,}{style {1,}([^}]*)}", "flags": "g", - "substitute": "<img $1 style=$2>", + "substitute": "<img $1 style=\"$2\">", "decode": true } ] |