From 831089f8072f1946c3637b46ba270c6bec87f7ca Mon Sep 17 00:00:00 2001 From: Jesse Weaver Date: Tue, 30 Jul 2013 10:49:57 -0600 Subject: [PATCH] QA followup for bug 10320 - Fix copyright and style errors This patch fixes a copypasta'd copyright statement, and some incorrect POD and indentation. --- 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 9cec867..cb01aec 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 086a22b..5956448 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 e4a5504..2ecf771 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. # -- 1.7.10.4