[FIX] Added missing space in Getting Started link

Fixes #883 once merged.
This commit is contained in:
Sebastian Grewe 2013-12-03 10:03:06 +01:00
parent e66975c77d
commit ae20f3bfd0

View File

@ -60,7 +60,7 @@
{/if}
<h3>Help</h3>
<ul class="toggle">
<li class="icon-desktop"><a href="{$smarty.server.PHP_SELF}?page=gettingstarted">GettingStarted</a></li>
<li class="icon-desktop"><a href="{$smarty.server.PHP_SELF}?page=gettingstarted">Getting Started</a></li>
{if !$GLOBAL.website.about.disabled}
<li class="icon-doc"><a href="{$smarty.server.PHP_SELF}?page=about&action=pool">About</a></li>
{/if}