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
This commit is contained in:
Ingo Schommer 2010-05-09 20:11:21 +00:00 committed by Sam Minnee
parent 6c12757a91
commit 38e1a09fb8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<div id="switchView" class="bottomTabs">
<% if ShowSwitchView %>
<div class="blank"> <% _t('VIEWPAGEIN','Page view:') %> </div>
<span id="SwitchView">$SwitchView</div>
<span id="SwitchView">$SwitchView</span>
<% end_if %>
</div>
</div>