1 Jun
2012
1 Jun
'12
10:26 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8171 --- Comment #4 from Chris Cormack <chris@bigballofwax.co.nz> --- 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.