From b239b3d6230a9f7aab4c9ef6a59aefb4158f45b1 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 19 Sep 2014 11:33:49 +0100 Subject: [PATCH] Remove curly braces from qualified identifiers Fixes #860 --- core/modules/widgets/widget.js | 2 +- editions/de-AT/tiddlers/system/SelectDefaultTab.tid | 2 +- editions/tw5.com/tiddlers/Default to the contents tab.tid | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/modules/widgets/widget.js b/core/modules/widgets/widget.js index 144f12fa2..df434973c 100755 --- a/core/modules/widgets/widget.js +++ b/core/modules/widgets/widget.js @@ -204,7 +204,7 @@ Widget.prototype.getStateQualifier = function(name) { } node = node.parentWidget; } - return "{" + $tw.utils.hashString(output.join("")) + "}"; + return $tw.utils.hashString(output.join("")); }; /* diff --git a/editions/de-AT/tiddlers/system/SelectDefaultTab.tid b/editions/de-AT/tiddlers/system/SelectDefaultTab.tid index ddca0de94..71f033d27 100644 --- a/editions/de-AT/tiddlers/system/SelectDefaultTab.tid +++ b/editions/de-AT/tiddlers/system/SelectDefaultTab.tid @@ -1,3 +1,3 @@ -title: $:/state/tab/sidebar-{-1835078512} +title: $:/state/tab/sidebar--1835078512 InhaltsVerzeichnis \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/Default to the contents tab.tid b/editions/tw5.com/tiddlers/Default to the contents tab.tid index cb2fabe83..a0127e629 100644 --- a/editions/tw5.com/tiddlers/Default to the contents tab.tid +++ b/editions/tw5.com/tiddlers/Default to the contents tab.tid @@ -1,3 +1,3 @@ -title: $:/state/tab/sidebar-{-1835078512} +title: $:/state/tab/sidebar--1835078512 TableOfContents \ No newline at end of file