From 7b71c6588587784665c724da99a9add1b54464bb Mon Sep 17 00:00:00 2001 From: Jesse Weaver Date: Tue, 30 Jul 2013 10:49:57 -0600 Subject: [PATCH 1/1] Bug 10320: (follow-up) Fix copyright and style errors This patch fixes a copypasta'd copyright statement, and some incorrect POD and indentation. Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton --- C4/External/OverDrive.pm | 2 ++ koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt | 4 ++-- opac/opac-overdrive-search.pl | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/C4/External/OverDrive.pm b/C4/External/OverDrive.pm index 9cec867566..cb01aec12e 100644 --- a/C4/External/OverDrive.pm +++ b/C4/External/OverDrive.pm @@ -78,6 +78,8 @@ sub IsOverDriveEnabled { ); } +=over + =item GetOverDriveToken Fetches an OAuth2 auth token for the OverDrive API, reusing an existing token in diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt index 086a22bbd8..595644830c 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt @@ -140,12 +140,12 @@ $( document ).ready( function() {
[% INCLUDE 'masthead.inc' %] -

OverDrive search for '[% q | html %]'

+

OverDrive search for '[% q | html %]'

-
+
diff --git a/opac/opac-overdrive-search.pl b/opac/opac-overdrive-search.pl index e4a55047d6..2ecf7710b9 100755 --- a/opac/opac-overdrive-search.pl +++ b/opac/opac-overdrive-search.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright 2009 BibLibre SARL +# Copyright 2013 ByWater # # This file is part of Koha. # -- 2.20.1