https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26727
--- Comment #3 from Martin Renvoize <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
