http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7959
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #5 from Jonathan Druart <[email protected]> --- Hi Owen, Is there a reason to use double quote instead of simple quote in your html replacement ? I think: $("span.checkall").html("<a id=\"CheckAll\" href=\"#\">"+_('Select all')+"<\/a>"); is not easier to read than: $("span.checkall").html('<a id="CheckAll" href="#">'+_('Select all')+'</a>'); -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
