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

            Bug ID: 39330
           Summary: Strange html in reports/dictionary.tt
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

I expected tidy templates ;)

STRANGE HTML HERE (in
koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt)
Examples:
                            <li
                                ><label for="[% column.name | html
%]_value">Choose: </label>
                                <select id="[% column.name | html %]_value"
name="[% column.name | html %]_value">
                                    [% FOREACH value IN column.values %]
                                        <option value="[% value.availablevalues
| html %]">[% value.availablevalues | html %]</option>
                                    [% END %]
                                </select></li
                            >

            <fieldset class="rows"
                ><legend>Step 1 of 5: Name the new definition</legend
                ><ol>

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to