18 Oct
2019
18 Oct
'19
7:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23837 --- Comment #2 from Christopher Brannon <cbrannon@cdalibrary.org> --- (In reply to Katrin Fischer from comment #1)
That will not be the only place where you will see something like this. When writing TT syntax, it leaves 'whitespace' in the code, unless you do something like [%- ... -%].
See: http://www.template-toolkit.org/docs/manual/Syntax. html#section_Chomping_Whitespace
It will not hurt the output either way. HTML doesn't care about extra spaces.
It doesn't hurt the output, until you try to manipulate it with jQuery. Then it becomes a nightmare. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.