Ticket #1498 - fail, didn't close span

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44294 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-11-05 22:28:19 +00:00
parent e5a0abf989
commit e33cd71485

View File

@ -49,7 +49,7 @@
<% else %>
<div class="blank"> <% _t('SWITCHTO','Switch to:') %> </div>
<% end_if %>
<span class="current" title="Edit this page in the CMS"><% _t('EDIT','Edit') %></a>
<span class="current" title="Edit this page in the CMS"><% _t('EDIT','Edit') %></span>
| <a id="viewStageSite" title="View the Page in the Draft Site" href="home/?stage=Stage"><% _t('DRAFTS','Draft Site') %></a>
| <a id="viewLiveSite" title="View the Page in the Published Site" href="home/?stage=Live"><% _t('PUBLIS','Published Site') %></a>
<a style="display: none; margin-left: 20px;" id="viewArchivedSite" href="home/"><% _t('ARCHS','Archived Site') %></a>