https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23837 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Christopher Brannon from comment #2)
(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.
Let's check that then - what are you trying to do with jQuery? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.