On the result list the id "availability" gets replicated for each entry. ids have to be unique, should be a class instead.
Created attachment 9109 [details] [review] Bug 7928 - Duplicate id "availability" on XSLT result page Changes id="availability" to class="availability" for XHTML valididy (ids have to be unique on a page).
Katrin, I applied the patch, but I did not find class="availability" in the source code of the displayed results, but class="results_summary availability" Anyway, this seems to be consistent with the diff (and makes sense to me): - <span class="results_summary" id="availability"> + <span class="results_summary availability"> ...and I think I can sign off this one. Marc
Created attachment 9242 [details] [review] Bug 7929 - Duplicate id "availability" on XSLT result page Changes id="availability" to class="availability" for XHTML valididy (ids have to be unique on a page).
Created attachment 9243 [details] [review] [SIGNED-OFF] Bug 7929 - Duplicate id "availability" on XSLT result page Changes id="availability" to class="availability" for XHTML valididy (ids have to be unique on a page). Signed-off-by: mveron <veron@veron.ch>
Created attachment 9362 [details] [review] Bug 7929 - Duplicate id "availability" on XSLT result page Changes id="availability" to class="availability" for XHTML valididy (ids have to be unique on a page). Signed-off-by: mveron <veron@veron.ch> Signed-off-by: Mason James <mtj@kohaaloha.com>
trivial patch - passing QA
Patch pushed. Note that the availability property exist in opac.css p.availability { font-size : 87%; } this patch is really just a matter of HTML validity
This patch will be in 3.6.6.