Bug 10320: (follow-up) Fix copyright and style errors
authorJesse Weaver <pianohacker@gmail.com>
Tue, 30 Jul 2013 16:49:57 +0000 (10:49 -0600)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 8 Sep 2013 07:04:18 +0000 (07:04 +0000)
This patch fixes a copypasta'd copyright statement, and some incorrect
POD and indentation.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/External/OverDrive.pm
koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt
opac/opac-overdrive-search.pl

index 9cec867..cb01aec 100644 (file)
@@ -78,6 +78,8 @@ sub IsOverDriveEnabled {
     );
 }
 
+=over
+
 =item GetOverDriveToken
 
 Fetches an OAuth2 auth token for the OverDrive API, reusing an existing token in
index 086a22b..5956448 100644 (file)
@@ -140,12 +140,12 @@ $( document ).ready( function() {
    <div id="bd">
 [% INCLUDE 'masthead.inc' %]
 
-       <h1>OverDrive search for '[% q | html %]'</h1>
+    <h1>OverDrive search for '[% q | html %]'</h1>
     <div id="breadcrumbs">
         <p></p>
     </div>
 
-       <div id="yui-main"><div class="yui-b searchresults">
+    <div id="yui-main"><div class="yui-b searchresults">
         <div id="top-pages">
             <div class="pages">
             </div>
index e4a5504..2ecf771 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright 2009 BibLibre SARL
+# Copyright 2013 ByWater
 #
 # This file is part of Koha.
 #