diff --git a/core/modules/widgets/tiddler.js b/core/modules/widgets/tiddler.js index 2cfeb4f34..fcc4fabf1 100755 --- a/core/modules/widgets/tiddler.js +++ b/core/modules/widgets/tiddler.js @@ -57,7 +57,7 @@ TiddlerWidget.prototype.getTagClasses = function() { if(tiddler) { var tags = []; $tw.utils.each(tiddler.fields.tags,function(tag) { - tags.push("tw-tagged-" + encodeURIComponent(tag)); + tags.push("tc-tagged-" + encodeURIComponent(tag)); }); return tags.join(" "); } else { diff --git a/core/ui/AdvancedSearch.tid b/core/ui/AdvancedSearch.tid index f1e5e1e0c..b7aa7426a 100644 --- a/core/ui/AdvancedSearch.tid +++ b/core/ui/AdvancedSearch.tid @@ -1,5 +1,5 @@ title: $:/AdvancedSearch -