1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-16 23:04:50 +00:00

Fixed missing class on external pretty links

This commit is contained in:
Jermolene 2014-05-26 17:57:35 +01:00
parent 86d182fd51
commit f44f2b33ed

View File

@ -72,7 +72,9 @@ exports.parseLink = function(source,pos) {
type: "element", type: "element",
tag: "a", tag: "a",
start: pos, start: pos,
attributes: {}, attributes: {
"class": {type: "string", value: "tw-tiddlylink-external"},
},
children: [textNode] children: [textNode]
}; };
// Skip whitespace // Skip whitespace