Do not break the report button.

This commit is contained in:
Nicolas Stepien 2011-05-07 22:48:01 +02:00
parent 94dd966c8f
commit 17f2d6e8b6
2 changed files with 2 additions and 2 deletions

View File

@ -1697,7 +1697,7 @@
for (_i = 0, _len = arr.length; _i < _len; _i++) {
el = arr[_i];
a = $.el('a', {
textContent: '[ ! ]'
innerHTML: '[&nbsp;!&nbsp;]'
});
$.bind(a, 'click', quickReport.cb.report);
$.after(el, a);

View File

@ -1325,7 +1325,7 @@ quickReport =
arr = $$ 'span[id^=no]', root
for el in arr
a = $.el 'a',
textContent: '[ ! ]'
innerHTML: '[&nbsp;!&nbsp;]'
$.bind a, 'click', quickReport.cb.report
$.after el, a
$.after el, $.tn(' ')