Мелкая поправка

This commit is contained in:
Book Pauk
2019-03-04 21:26:07 +07:00
parent 2f8b68ec62
commit 36b14d0b3a

View File

@@ -135,7 +135,7 @@ class ConvertSamlib extends ConvertBase {
let href = attrs.src.value;
if (href[0] == '/')
href = `http://${hostname}${href}`;
openTag('image', {href});
openTag('image', {'l:href': href});
inImage = true;
}
break;