[Koha-bugs] [Bug 26727] Fix <p/> appearing in the templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 3 09:35:16 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26727

--- Comment #3 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Comment on attachment 112761
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112761
Bug 26727: Fix <p/> appearing in the templates

Review of attachment 112761:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=26727&attachment=112761)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt
@@ +90,4 @@
>  
>                                  <fieldset class="rows">
>                                      <legend>Place article request from [% biblio.title | html %] for [% patron.firstname | html %] [% patron.surname | html %] ( [% patron.cardnumber | html %] )</legend>
> +                                    <p>

Hmm, not sure about this one.. won't it result in an unmatched tag? (i.e. I
can't see a closing </p> anywhere beneath this opening <p>)

:::
koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt
@@ +220,4 @@
>                                  </span>
>                              </span>
>  
> +                            <br><br>

Why a double <br> here compared to a single <br> in
koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt ?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list