http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15618 --- Comment #11 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Aleisha Amohia from comment #4)
Created attachment 47063 [details] [review] Bug 15618: Typos fixed in enhanced_content.pref
This one doesn't work for me. Syck parser (line 58, column 15): syntax error at /usr/lib/x86_64-linux-gnu/perl5/5.20/YAML/Syck.pm line 75. I think it's the use of a colon followed by a space. Since I don't know offhand what the rules are for this kind of data structure I look at other instances where a colon is used and I see that if you wrap the string in single quotes that works (see for instance line 70, 'Baker and Taylor "My Library Bookstore"...). Simply removing the space works too. I think it would also be nice to format it like this: - 'The URL for the Babeltheque javascript file (eg. http://www.babeltheque.com/bw_XX.js):' - pref: Babeltheque_url_js This seems to be a more common format (Description: URL). -- You are receiving this mail because: You are watching all bug changes.