Skip to content

Commit

Permalink
remove space after reference
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lk3r committed Dec 13, 2011
1 parent bbaab34 commit 2c8f579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mwlib/rl/rlwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,7 @@ def writeReference(self, n, isLink=False):
if isLink:
return ['[%s]' % len(self.references)]
else:
return ['<super><font size="10">[%s]</font></super> ' % n.ref_num]
return ['<super><font size="10">[%s]</font></super>' % n.ref_num]

def writeReferenceList(self, n=None):
if self.references:
Expand Down

0 comments on commit 2c8f579

Please sign in to comment.