Commit 81449e3a authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added some spaces

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15832 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b72c5d22
......@@ -318,7 +318,7 @@ class Image(File, OFSImage):
_setCacheHeaders(self, dict(display=display, format=format, quality=quality, resolution=resolution))
# display may be set from a cookie (?)
if (display is not None or resolution is not None or quality!=75 or format!='')\
if (display is not None or resolution is not None or quality!=75 or format != '')\
and defaultdisplays.has_key(display):
if not self.hasConversion(display=display, format=format,
quality=quality,resolution=resolution):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment