Typo in xpcom/cite.js

Hi,

I'm not certain if your interested, I've noticed that line 650 of
cite.js reads as output += '<tr style="vertical-
align:top;"><td>'+string+span+"<td></tr>\r\n";

I think it should read:
output += '<tr style="vertical-align:top;"><td>'+string+span+"</td></
tr>\r\n";

So that the generated bibliographic report in html will have an end of
line which reads </span><td></tr> changed to </span></td></tr>

I would use the svn update the code but I'm new to this and don't want
to wreck anything.

[also posted on dev forum@google]

This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.