Confirmed, problem still exists. Here is the navbar code directly from the source generated (post-processing to prettify only):
http://jsfiddle.net/ucYGN/ On Thu, Jun 21, 2012 at 7:58 PM, Paolo Caruccio <paolo.carucci...@gmail.com> wrote: > > Alec, > > could you replace the pipe with another character (i.e. "!") and see what > happens? > > Il giorno giovedì 21 giugno 2012 06:13:01 UTC+2, Alec Taylor ha scritto: >> >> Confirmed. >> >> That pipe code is definitely there (just under the "<a class="brand" >> href="#">web2py™ </a>" line). >> >> On Thu, Jun 21, 2012 at 5:00 AM, Paolo Caruccio >> <paolo.carucci...@gmail.com> wrote: >> > Alec, >> > >> > please double check that in "views/layout.html" exists this code (note >> > the >> > pipe in separators): >> > >> > <div id="navbar">{{='auth' in globals() and auth.navbar(separators=(' >> > ',' | >> > ','')) or ''}}</div> >> > >> > You should find it at line 90 in last trunk. >> > >> > >> > Il giorno mercoledì 20 giugno 2012 12:59:56 UTC+2, Alec Taylor ha >> > scritto: >> >> >> >> Okay, finally got around to testing it. >> >> >> >> Not getting any pipes. >> >> >> >> The right of my navbar is one long string all of the same colour: >> >> "Welcome <username> Logout" > > -- --