fixed navbar separators

This commit is contained in:
mdipierro
2012-08-08 09:43:07 -05:00
parent fd8ed7937d
commit 7a5c97076f
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">web2py&trade;&nbsp;</a>
<div id="navbar">{{='auth' in globals() and auth.navbar(separators=(' ',' | ','')) or ''}}</div>
<div id="navbar">{{='auth' in globals() and auth.navbar() or ''}}</div>
<div class="nav-collapse">
{{is_mobile=request.user_agent().is_mobile}}
{{if response.menu:}}