1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-04 09:50:46 +00:00

The default wrapper tag for macros is now <span>

So we don't need this
This commit is contained in:
Jeremy Ruston 2012-02-17 12:35:44 +00:00
parent 167613552f
commit 6805b08cf4

View File

@ -16,7 +16,6 @@ var isLinkExternal = function(target) {
exports.macro = {
name: "link",
wrapperTag: "span",
types: ["text/html","text/plain"],
params: {
target: {byName: "default", type: "tiddler", rel: "link", optional: false}