diff --git a/core/wiki/paletteswitcher.tid b/core/wiki/paletteswitcher.tid
index b75a9c179..33ed55c7e 100644
--- a/core/wiki/paletteswitcher.tid
+++ b/core/wiki/paletteswitcher.tid
@@ -2,21 +2,21 @@ title: $:/snippets/paletteswitcher
\whitespace trim
<$linkcatcher to="$:/palette">
-
-<$list filter="[all[shadows+tiddlers]tag[$:/tags/Palette]sort[name]]">
-<$set name="cls" filter="[all[current]prefix{$:/palette}]" value="tc-chooser-item tc-chosen" emptyValue="tc-chooser-item">
-
>>
-<$link to={{!!title}}>
-{{||$:/snippets/currpalettepreview}}
-
-''<$view field="name" format="text"/>''
-
-<$view field="description" format="text"/>
-
-
-$link>
-
-$set>
-$list>
-
+
+ <$list filter="[all[shadows+tiddlers]tag[$:/tags/Palette]sort[name]]">
+ <$set name="cls" filter="[all[current]prefix{$:/palette}]" value="tc-chooser-item tc-chosen" emptyValue="tc-chooser-item">
+
>>
+ <$link to={{!!title}}>
+ {{||$:/snippets/currpalettepreview}}
+
+ ''<$view field="name" format="text"/>''
+
+ <$view field="description" format="text"/>
+
+
+ $link>
+
+ $set>
+ $list>
+
$linkcatcher>