1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-03 11:28:01 +00:00

Fixed typo

Thanks to cjhunt
This commit is contained in:
Jeremy Ruston
2012-03-16 15:08:30 +00:00
parent 00f9bdc43f
commit 5138796ee1

View File

@@ -43,7 +43,7 @@ var outputTiddler = function(tid) {
break; break;
case "tags": case "tags":
// Output tags as a list // Output tags as a list
outputAttribute(t,tiddlerOutput.stringifyTags(fields.tags)); outputAttribute(t,stringifyTags(fields.tags));
break; break;
case "modified": case "modified":
case "created": case "created":