I check out the latest web2py version from the hg I created a "New simple application"
I modified the first menu item in models/menu.py response.menu = [ (TAG['']('Index'), False, URL(request.application,'default','index'), []) ] this does not make sense, and is just for testing, actualy I want to do something like (TAG[''](IMG( _src = URL(request.application, 'static/ico','bug.png'), _alt='bug'),'Issues'), False, issueurl , []), now i created a bug by adding random characters in a controller ... any bug will do def index(): asdf return dict() this will cause all error tickets to appear like Internal error Ticket issued: unknown the error will be displayed in the shell though What is wrong? This used to work. How do i get the images back into the menu?