mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
We shouldn't use the source of images as their text in text/plain renderings
This commit is contained in:
parent
8cfff2c2fa
commit
a6de27b348
@ -40,7 +40,7 @@ exports.macro = {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else if (type === "text/plain") {
|
} else if (type === "text/plain") {
|
||||||
return params.text ? params.text : params.src;
|
return params.text ? params.text : "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user