@@ -, +, @@ nested p tags and multiple thead in same table --- .../opac-tmpl/bootstrap/en/modules/opac-main.tt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt @@ -38,14 +38,14 @@ [% END %] [% IF ( koha_news_count ) %] -
- - [% FOREACH koha_new IN koha_news %] - - - [% END %] -
[% koha_new.title %]

[% koha_new.new %]

-

(published on [% koha_new.newdate %])

+
+ [% FOREACH koha_new IN koha_news %] +
+

[% koha_new.title %]

+
[% koha_new.new %]
+
(published on [% koha_new.newdate %])
+
+ [% END %]
[% END %] --