diff options
author | Thomas Willingham <founder@kakste.com> | 2013-03-21 04:18:03 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-03-21 04:18:03 +0000 |
commit | 06c5d0fcc2b5a2a5babe0ef3b2fcaadf4cefbc31 (patch) | |
tree | b0ce334de467742cc4a3707d06ae4e2212cdeb3e /view/tpl/smarty3 | |
parent | 676d35b173122573085cd414602f9321aba879ec (diff) | |
download | volse-hubzilla-06c5d0fcc2b5a2a5babe0ef3b2fcaadf4cefbc31.tar.gz volse-hubzilla-06c5d0fcc2b5a2a5babe0ef3b2fcaadf4cefbc31.tar.bz2 volse-hubzilla-06c5d0fcc2b5a2a5babe0ef3b2fcaadf4cefbc31.zip |
Typo
Diffstat (limited to 'view/tpl/smarty3')
-rw-r--r-- | view/tpl/smarty3/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/smarty3/nav.tpl b/view/tpl/smarty3/nav.tpl index 6faf26176..beddc9109 100644 --- a/view/tpl/smarty3/nav.tpl +++ b/view/tpl/smarty3/nav.tpl @@ -63,7 +63,7 @@ </li> {{/if}} - {{if $nav.register}}<li id="nav-register-link" class="nav-menu {{$nav.login.2}}"><a href="{{$nav.register.0}}" title="{{$nav.register.3}}" >{{$nav.register.1}}</a><li>{{/if}} + {{if $nav.register}}<li id="nav-register-link" class="nav-menu {{$nav.register.2}}"><a href="{{$nav.register.0}}" title="{{$nav.register.3}}" >{{$nav.register.1}}</a><li>{{/if}} {{if $nav.messages}} |