Skip to content

Commit

Permalink
Typofix, I think
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Jan 10, 2008
1 parent d135947 commit 696e1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/slashcode/htdocs/images/comments.js
Expand Up @@ -813,7 +813,7 @@ function ajaxFetchComments(cids, option, thresh, highlight) {
if (adTimerInsert) {
var tree = $('tree_' + adTimerInsert);
if (tree) {
var adcall = '<iframe src="' + adTimerUrl + '" height="110" width="740"Êframeborder="0" border="0" scrolling="no" marginwidth="0" marginheight="0"></iframe>';
var adcall = '<iframe src="' + adTimerUrl + '" height="110" width="740" frameborder="0" border="0" scrolling="no" marginwidth="0" marginheight="0"></iframe>';
var html = '<li id="comment_ad_' + adTimerInsert + '" class="inlinead"> ' + adcall +' </li>';

var commtree = $('commtree_' + adTimerInsert);
Expand Down

0 comments on commit 696e1bd

Please sign in to comment.