kopia lustrzana https://github.com/miklobit/TiddlyWiki5
We shouldn't use the source of images as their text in text/plain renderings
rodzic
8cfff2c2fa
commit
a6de27b348
|
@ -40,7 +40,7 @@ exports.macro = {
|
|||
});
|
||||
}
|
||||
} else if (type === "text/plain") {
|
||||
return params.text ? params.text : params.src;
|
||||
return params.text ? params.text : "";
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Ładowanie…
Reference in New Issue