[Koha-bugs] [Bug 8942] Translation process breaks javascript in calendar.inc

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 6 16:29:12 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8942

--- Comment #39 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to comment #37)
> Created attachment 15021 [details]
> Bug 8942 : Adding a test to make sure we don't use single quotes for js

Hi Chris,

Don't you think is better to push the complete filepath in order to avoid
ambiguity between OPAC and intranet files?

-        push @files, { name => "$_", lines => \@lines } if @lines;
+        push @files, { name => $File::Find::name, lines => \@lines } if
@lines;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list