Skip to content

Commit

Permalink
Merge pull request #447 from open-sausages/pulls/1.0/broken-admin-icon
Browse files Browse the repository at this point in the history
BUG Fix $CMSVersion appearing visually
  • Loading branch information
robbieaverill authored Feb 27, 2018
2 parents 804d959 + d91c6ed commit 088de66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="cms-sitename">
<a href="$ApplicationLink" class="cms-sitename__link font-icon-silverstripe font-icon-large" target="_blank" title="$ApplicationName (Version - $CMSVersion)">
<span class="sr-only">$ApplicationName</span> <% if $CMSVersion %><abbr class="cms-sitename__version">$CMSVersion</abbr><% end_if %>
<span class="sr-only">$ApplicationName <% if $CMSVersion %><abbr class="cms-sitename__version">$CMSVersion</abbr><% end_if %></span>
</a>
<a class="cms-sitename__title" href="$BaseHref" target="_blank"><% if $SiteConfig %>$SiteConfig.Title<% else %>$ApplicationName<% end_if %></a>
</div>

0 comments on commit 088de66

Please sign in to comment.