Hi, when having an empty response.menu the default 'layout.html' gives the following error when validating it on http://validator.w3.org/
Line 63, Column 7: end tag for "ul" which is not finished. The error is that an <ul> has to contain some items in XHTML. The attached 'layout.html' fixes this. Kind regards, Markus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---Title: {{=response.title or URL(r=request)}}
[web2pyTM]
{{=request.application}}
{{if response.flash:}}
{{=response.flash}}
{{pass}}
{{include}}