From 40eeba20ef45fd1f639455c7313530c8d18fcaef Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Tue, 4 Dec 2018 10:13:02 +0100 Subject: [PATCH] Missing stateTitle attribute in tags viewtemplate (#3619) --- core/ui/ViewTemplate/tags.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/ui/ViewTemplate/tags.tid b/core/ui/ViewTemplate/tags.tid index a9f85a5b6..bc1de08da 100644 --- a/core/ui/ViewTemplate/tags.tid +++ b/core/ui/ViewTemplate/tags.tid @@ -1,6 +1,6 @@ title: $:/core/ui/ViewTemplate/tags tags: $:/tags/ViewTemplate -<$reveal type="nomatch" state=<> text="hide" tag="div" retain="yes" animate="yes"> +<$reveal type="nomatch" stateTitle=<> text="hide" tag="div" retain="yes" animate="yes">
<$list filter="[all[current]tags[]sort[title]]" template="$:/core/ui/TagTemplate" storyview="pop"/>
- \ No newline at end of file +