| Summary: | useless letter "v" between 2 <option> tags | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Mathieu Saby <mathsabypro> |
| Component: | Searching | Assignee: | Mathieu Saby <mathsabypro> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | chris, gmcharlt |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | String patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
[PATCH] Bug 9402: letter v between 2 option tags
Bug 9402: letter v between 2 option tags [SIGNEd-OFF] Bug 9402: letter v between 2 option tags |
||
|
Description
Mathieu Saby
2013-01-16 13:22:52 UTC
Created attachment 14621 [details] [review] [PATCH] Bug 9402: letter v between 2 option tags In HTML code generated for advanced search, a useless "v" letter is visible between 2 <option> tags. This patch suppress "v" letter is outside <option> markup (and cosmetic change : lowercase "Adult" in public types) To test : check HTML code generated by advanced search. Created attachment 14627 [details] [review] Bug 9402: letter v between 2 option tags In HTML code generated for advanced search, a useless "v" letter is visible after "dissertation or thesis (revised)</option>". This patch suppress "v" letter is outside <option> markup (and cosmetic change : "Adult" -> "adult" in public types) To test : check HTML code generated by advanced search. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Created attachment 14768 [details] [review] [SIGNEd-OFF] Bug 9402: letter v between 2 option tags In HTML code generated for advanced search, a useless "v" letter is visible after "dissertation or thesis (revised)</option>". This patch suppress "v" letter is outside <option> markup (and cosmetic change : "Adult" -> "adult" in public types) To test : check HTML code generated by advanced search. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Fixes capitalization and a little problem in the HTML of an UNIMARC plugin. This patch has been pushed to master. Pushed to 3.10.x and 3.8.x will be in 3.10.3 and 3.8.10 |