https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24110
Bernardo Gonzalez Kriegel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #95809|0 |1 is obsolete| | --- Comment #2 from Bernardo Gonzalez Kriegel <[email protected]> --- Created attachment 98962 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98962&action=edit Bug 24110: Do not html filter TT vars when dumped DumpTemplateVarsIntranet and DumpTemplateVarsOpac are devs tools to display the variables sent to the template. They should not be filtered otherwise it's getting completed to read. For instance: $VAR1 = { var => val } Test plan: Turn DumpTemplateVarsIntranet on Go to the main page Show the source of the page Confirm that the variable are displayed as it and not filtered Signed-off-by: Bernardo Gonzalez Kriegel <[email protected]> Confirmed variable is not filtered. Fixed a little error on opac file (changed Use -> USE) No other errors -- You are receiving this mail because: 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/
