From d99ed1816ddaa7c59dda765fd561d1f60815aefd Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 8 Jul 2013 21:44:32 +0100 Subject: [PATCH] Correct themeswitcher and viewswitcher --- core/wiki/themeswitcher.tid | 2 +- core/wiki/viewswitcher.tid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/wiki/themeswitcher.tid b/core/wiki/themeswitcher.tid index 1e1f4de78..d3663d776 100644 --- a/core/wiki/themeswitcher.tid +++ b/core/wiki/themeswitcher.tid @@ -6,7 +6,7 @@ Current theme: {{$:/theme}} <$list filter="[plugin-type[theme]sort[title]]"> -<$reveal state="$:/theme" type="match" text={{##title}}>•<$reveal state="$:/theme" type="nomatch" text={{##title}}>  <$link to={{##title}}> +<$reveal state="$:/theme" type="match" text={{!!title}}>•<$reveal state="$:/theme" type="nomatch" text={{!!title}}>  <$link to={{!!title}}> <$view field="name" format="text"/> diff --git a/core/wiki/viewswitcher.tid b/core/wiki/viewswitcher.tid index 13416f041..7ebd113e5 100644 --- a/core/wiki/viewswitcher.tid +++ b/core/wiki/viewswitcher.tid @@ -6,7 +6,7 @@ Current theme: {{$:/view}} <$list filter="classic zoomin"> -<$reveal state="$:/view" type="match" text={{##title}}>•<$reveal state="$:/view" type="nomatch" text={{##title}}>  <$view field="title" format="link"/> +<$reveal state="$:/view" type="match" text={{!!title}}>•<$reveal state="$:/view" type="nomatch" text={{!!title}}>  <$view field="title" format="link"/>