Tiny greentext fix.

This commit is contained in:
Nicolas Stepien 2012-12-18 15:54:24 +01:00
parent 027af4ec50
commit c32b6dba59
2 changed files with 2 additions and 2 deletions

View File

@ -3752,7 +3752,7 @@
return '</b>'; return '</b>';
} }
}); });
comment = bq.innerHTML.replace(/(^|>)(&gt;[^<$]+)(<|$)/g, '$1<span class=quote>$2</span>$3'); comment = bq.innerHTML.replace(/(^|>)(&gt;[^<$]*)(<|$)/g, '$1<span class=quote>$2</span>$3');
o = { o = {
postID: postID, postID: postID,
threadID: data.thread_num, threadID: data.thread_num,

View File

@ -2976,7 +2976,7 @@ Get =
when '[/banned]' when '[/banned]'
'</b>' '</b>'
# greentext # greentext
comment = bq.innerHTML.replace /(^|>)(&gt;[^<$]+)(<|$)/g, '$1<span class=quote>$2</span>$3' comment = bq.innerHTML.replace /(^|>)(&gt;[^<$]*)(<|$)/g, '$1<span class=quote>$2</span>$3'
o = o =
# id # id