Explorar el Código

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

Book Pauk hace 6 años
padre
commit
36b14d0b3a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server/core/BookConverter/ConvertSamlib.js

+ 1 - 1
server/core/BookConverter/ConvertSamlib.js

@@ -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;