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]
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]
-
erazlogothis is now fixed--thanks!