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:
@ -539,9 +539,9 @@ class WebReport(Report):
|
||||
if first:
|
||||
first = False
|
||||
if day_col > 1:
|
||||
of.write(' <td colspan="%s" class="cal_cell"> </td>\n' % str(day_col))
|
||||
of.write(' <td colspan="%s" class="cal_cell"> </td>\n' % str(day_col))
|
||||
elif day_col == 1:
|
||||
of.write(' <td class="cal_cell"> </td>\n')
|
||||
of.write(' <td class="cal_cell"> </td>\n')
|
||||
of.write(' <td class="%s">%s' % (cellclass,str(thisday.day)))
|
||||
something_this_week = 1
|
||||
if list > []:
|
||||
@ -570,7 +570,7 @@ class WebReport(Report):
|
||||
if week_row == 5:
|
||||
of.write(' class="cal_note">')
|
||||
if self.Note[month-1].strip() != '':
|
||||
of.write(self.Note[month-1])
|
||||
of.write(self.Note[month-1])
|
||||
else:
|
||||
of.write(" ")
|
||||
of.write('</td>\n')
|
||||
|
Reference in New Issue
Block a user