Bug 39330

Summary: Strange html in reports/dictionary.tt
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: jonathan.druart
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37784
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Marcel de Rooy 2025-03-14 09:55:37 UTC
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>
Comment 1 Marcel de Rooy 2025-03-14 09:58:09 UTC
First example line 246
Second line 154
Comment 2 Jonathan Druart 2025-03-14 12:31:13 UTC

*** This bug has been marked as a duplicate of bug 39202 ***