https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20657
--- Comment #9 from Martin Renvoize <[email protected]> --- I faced some challenges with chomping in bug 31028.. this patch kind of moves the problem really. We've historically not been very good at being explicit about chomping flags in our templates and I've often found myself adding '-' to the opening or closing tags of template markers. This patch changes the default from 'no chomp' to 'chomp always'.. I think this is an improvement given our general use.. but we will likely need to explicitly disable the chomping in a number of cases to keep intended whitespace as Nick spotted. It also might be nice to clean up all uses of `-` as that's now effectively the detault. -- 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/
