Corrections of classes for tw2parser

@buggyj I assume these classes should be converted to the new format?
This commit is contained in:
Jermolene
2014-09-02 11:16:59 +01:00
parent 7b1a9d84a1
commit e5aac3d6f2
2 changed files with 8 additions and 8 deletions

View File

@@ -525,7 +525,7 @@ var rules = [
tag: "a",
attributes: {
href: {type: "string", value: link},
"class": {type: "string", value: "tw-tiddlylink-external"},
"class": {type: "string", value: "tc-tiddlylink-external"},
target: {type: "string", value: "_blank"}
},
children: [{
@@ -593,7 +593,7 @@ var rules = [
tag: "a",
attributes: {
href: {type: "string", value: w.matchText},
"class": {type: "string", value: "tw-tiddlylink-external"},
"class": {type: "string", value: "tc-tiddlylink-external"},
target: {type: "string", value: "_blank"}
},
children: [{
@@ -636,7 +636,7 @@ var rules = [
tag: "a",
attributes: {
href: {type: "string", value:lookaheadMatch[5]},
"class": {type: "string", value: "tw-tiddlylink-external"},
"class": {type: "string", value: "tc-tiddlylink-external"},
target: {type: "string", value: "_blank"}
},
children: [node]