update blogger

This commit is contained in:
lxsang 2020-06-17 18:56:24 +02:00
parent 74b7e526b8
commit 80441a4a4c
3 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -437,7 +437,7 @@ class Blogger extends this.OS.application.BaseApplication
begin = 0
for it in replace
ret += text.substring begin, it.index
ret += embed(it[2])
ret += embed(it[1])
begin = it.index + it[0].length
ret += text.substring begin, text.length
#console.log ret