]> git.koha-community.org Git - koha.git/commit
Bug 6488 adding a 2nd \n to silence logs
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 2 Feb 2012 14:21:25 +0000 (15:21 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 20 Feb 2012 03:27:38 +0000 (22:27 -0500)
commita705f762927ea7cf162e819567f73d63d361dea5
tree77132cf6b0229e5f5b6d89c6ce4a67b5d14c9464
parent1481244d1f82701c4a1152441727ac67679bb630
Bug 6488 adding a 2nd \n to silence logs

YAML don't like when you try to open a YAML file with just a \n. This patch add a 2nd \n to silence logs.
(cherry picked from commit 1f66e9fa691f9cfd705375450a21c623e0155f52)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
(cherry picked from commit 29beeced80cbbd54a3580338c6c3b726fa60aaf4)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Items.pm