@@ -, +, @@ style errors --- C4/External/OverDrive.pm | 2 ++ .../prog/en/modules/opac-overdrive-search.tt | 4 ++-- opac/opac-overdrive-search.pl | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) --- a/C4/External/OverDrive.pm +++ a/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 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt +++ a/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 %]'

-
+
--- a/opac/opac-overdrive-search.pl +++ a/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. # --