https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27741
--- Comment #67 from Jonathan Druart <[email protected]> --- Comment on attachment 127372 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127372 Bug 27741: catalogue folder Review of attachment 127372: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=27741&attachment=127372) ----------------------------------------------------------------- <h2>[% title | html %]</h2> - [% IF ( subtitle ) %]<h4>[% FOREACH subtitl IN subtitle %] [% subtitl | html %][% END %]</h4>[% END %] - [% IF ( author ) %]<h4>by [% author | html %]</h4>[% END %] + <h2> + [% IF ( subtitle ) %][% FOREACH subtitl IN subtitle %] [% subtitl | html %][% END %][% END %] + [% IF ( author ) %]by [% author | html %][% END %] + </h2> Is this correct? Shouldn't be h3? -- 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/
