In catalogue/results.tt, there is a small HTML error line 377 : [% ELSE %]<option value"au,phr">Author</option>[% END %] The = is missing
Created attachment 22518 [details] [review] Bug 11159 - Small typo in catalogue/results.tt See commit message. One-line trivial patch ;)
Created attachment 22830 [details] [review] Bug 11159 - Small typo in catalogue/results.tt In catalogue/results.tt, there is a small HTML error line 377 : [% ELSE %]<option value"au,phr">Author</option>[% END %] The = is missing Test plan : - In intranet, test go to advanced search - Click on [More options] - Enter a term, check "Scan indexes" and click on "Search" - Look at HTML code of select "Indexed in" => option "Author" is correct : <option value="au,phr">Author</option> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Taking the liberty for this trivial string patch to upgrade it to Passed QA. No string change, just html.
Pushed to master. Thanks, Fridolin!
This patch has been pushed to 3.12.x, will be in 3.12.8. Thanks Fridolin!