1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Fix tests

This commit is contained in:
jeremy@jermolene.com 2022-10-01 14:05:13 +01:00
parent 47f80339b2
commit 1841b0fa4f

View File

@ -72,7 +72,7 @@ TranscludeWidget.prototype.execute = function() {
if(this.parentWidget && this.parentWidget.hasVariable("transclusion",recursionMarker)) {
parseTreeNodes = [{type: "error", attributes: {
"$message": {type: "string", value: $tw.language.getString("Error/RecursiveTransclusion")}
}];
}}];
}
}
// Construct the child widgets