From e86e6edbc336f45a28f9036dd976770a8b837b0b Mon Sep 17 00:00:00 2001 From: Mason James Date: Fri, 25 Sep 2015 13:34:21 +1200 Subject: [PATCH] [PASSED QA] Bug 14522 [Followup] - fix =cut typo http://bugs.koha-community.org/show_bug.cgi?id=14522 Signed-off-by: Kyle M Hall --- Koha/Calendar.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Koha/Calendar.pm b/Koha/Calendar.pm index 6be7c16..550f063 100644 --- a/Koha/Calendar.pm +++ b/Koha/Calendar.pm @@ -95,7 +95,7 @@ sub single_holidays { my $cache = Koha::Cache->get_instance(); my $single_holidays = $cache->get_from_cache('single_holidays'); -=c +=for $single_holidays looks like this.. \ { -- 1.7.2.5