Bug 39330 - Strange html in reports/dictionary.tt
Summary: Strange html in reports/dictionary.tt
Status: RESOLVED DUPLICATE of bug 39202
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-14 09:55 UTC by Marcel de Rooy
Modified: 2025-03-14 12:31 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***