Commit fa8dafc6 authored by Jérome Perrin's avatar Jérome Perrin

indentation was done with tabs


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28355 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 15e9cb31
......@@ -327,12 +327,12 @@ class EmailDocument(File, TextDocument):
result = self._baseGetGroupingReference(*args)
else:
if not len(args):
args = (self._baseGetGroupingReference(),)
args = (self._baseGetGroupingReference(),)
result = self.getContentInformation().get('References', *args)
if result:
result = result.split() # Only take the first reference
if result:
result = result[0]
result = result.split() # Only take the first reference
if result:
result = result[0]
if result:
return result
return self.getSourceReference(*args)
......
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