http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8171
--- Comment #5 from William Hurley <[email protected]> --- 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. _______________________________________________ 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/
