Patch from Raphael Ackermann <raphael.ackermann@gmail.com> -- Fix 0001538: tabs and spaces are mixed in some source files
svn: r9713
This commit is contained in:
@ -332,7 +332,7 @@ class GeneWebWriter:
|
||||
return
|
||||
|
||||
if reflist:
|
||||
for sr in reflist:
|
||||
for sr in reflist:
|
||||
sbase = sr.get_reference_handle()
|
||||
if sbase:
|
||||
source = self.db.get_source_from_handle(sbase)
|
||||
|
Reference in New Issue
Block a user