@@ -, +, @@ in the correct order and hierarchy --- koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -27,10 +27,10 @@
[% IF ( koha_news.count ) %]
-

News

+

News

[% SET show_author = Koha.Preference('NewsAuthorDisplay') == 'staff' || Koha.Preference('NewsAuthorDisplay') == 'both' %] [% FOREACH koha_new IN koha_news %] -

[% koha_new.title | html %]

+

[% koha_new.title | html %]

[% koha_new.content | $raw %]

Posted on [% koha_new.published_on | $KohaDates %][% IF( show_author && koha_new.author ) %] by [% INCLUDE 'patron-title.inc' patron=koha_new.author %]
[% END %] [% IF ( CAN_user_tools ) %] @@ -45,7 +45,7 @@ [% END %] [% IF ( daily_quote ) %]

-

Quote of the day

+

Quote of the day

[% daily_quote.text | html %] ~ [% daily_quote.source | html %]
--