This commit is contained in:
daniel-j 2018-05-08 22:32:07 +02:00
parent f9682974e5
commit 9ecf60c391

View file

@ -639,7 +639,7 @@ class FimFic2Epub extends EventEmitter {
}
async findIcons () {
let matchIcon = /<i class="fa fa-fw fa-(.*?)"(><\/i|\/)>/g
let matchIcon = /<i class="fa fa-fw fa-(.*?)"/g
this.usedIcons.clear()
const scan = (html) => {