You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-09-16 08:56:40 +02:00
Desktop: Fixes #5873 (Regression): Fixed export of HTML files on Linux
This commit is contained in:
@@ -50,7 +50,7 @@ const attributesHtml = (attr: any) => {
|
|||||||
|
|
||||||
const attrValue = (attrs: any, name: string): string => {
|
const attrValue = (attrs: any, name: string): string => {
|
||||||
if (!attrs[name]) return '';
|
if (!attrs[name]) return '';
|
||||||
return attrs[name].toLowerCase();
|
return attrs[name];
|
||||||
};
|
};
|
||||||
|
|
||||||
const isSelfClosingTag = (tagName: string) => {
|
const isSelfClosingTag = (tagName: string) => {
|
||||||
|
Reference in New Issue
Block a user