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