Summary: | Small typo in catalogue/results.tt | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Searching | Assignee: | Fridolin Somers <fridolin.somers> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | gmcharlt, m.de.rooy, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | String patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 11159 - Small typo in catalogue/results.tt
Bug 11159 - Small typo in catalogue/results.tt |
Description
Fridolin Somers
2013-10-29 13:17:04 UTC
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! |