appy.gen: xhtml2odt: better management of 'div' tag (considered exactly like a 'p' tag).

This commit is contained in:
Gaetan Delannay 2011-06-17 01:44:42 +02:00
parent 791ee42164
commit de8df53f42
8 changed files with 587 additions and 590 deletions

View file

@ -557,7 +557,6 @@ def onDelSession(sessionObject, container):
# The request comes from a guy whose session has expired.
resp = rq.RESPONSE
resp.expireCookie('__ac', path='/')
# If the request is a (secundary) Ajax request, we return an empty page.
resp.write('<center>For security reasons, your session has ' \
'expired.</center>')