From 38e1a09fb8bbd0fc5a619d58b01813363256f4bb Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 9 May 2010 20:11:21 +0000 Subject: [PATCH] BUGFIX Wrong HTML syntax in LeftAndMain.ss (fixes #5552, thanks simon_w) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@104403 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/LeftAndMain.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/LeftAndMain.ss b/templates/LeftAndMain.ss index d7fc7429..4c6b92b2 100644 --- a/templates/LeftAndMain.ss +++ b/templates/LeftAndMain.ss @@ -48,7 +48,7 @@
<% if ShowSwitchView %>
<% _t('VIEWPAGEIN','Page view:') %>
- $SwitchView
+ $SwitchView <% end_if %>