[Koha-bugs] [Bug 8171] Improper escaping of quotes during z39.50 queries leads to broken html

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 1 22:36:16 CEST 2012


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

--- Comment #5 from William Hurley <bhurley at aihs.org> ---
Ok cool. I will try this patch on a fresh install of the latest stable branch
on my development box and see if the problem resolves it's self.  Should be
able to let you know by early next week, as I almost certainly won't finish
that before the end of the work day here in NYC.  

(In reply to comment #4)
> Check line 95 in koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/
> 
> <ol><li><label for="title">Title: </label><input type="text" id="title" 
> name="title" value="[% title %]" /></li>
> 
> My theory is if [% title %] starts with a " then you get value="" and there
> is the problem.
> 
> So you could try adding [% title |html %]

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


More information about the Koha-bugs mailing list