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

--- Comment #1 from Marc VĂ©ron <ve...@veron.ch> ---
For the titles, we have (e.g step1.tt):

<title>Koha &rsaquo; Web installer &rsaquo;
    [% UNLESS ( language ) %] Choose your language [% END %]
    [% IF ( language ) %]
        [% UNLESS ( checkmodule ) %]
            [% IF ( missing_modules ) %]
                Perl modules missing
            [% END %]
            [% IF ( problems ) %]
                Perl version obsolete
            [% END %]
        [% END %]
        Check Perl dependencies
    [% END %]
</title>

We are inside HTMLtags, that's wrong:
https://wiki.koha-community.org/wiki/Coding_Guidelines#HTML1:_Template_Toolkit_markup_inside_HTML

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to