Whitespace Tweaks
authorKyle Huckins <khuckins@catalyte.io>
Sun, 8 Dec 2019 05:16:32 +0000 (05:16 +0000)
committerJane Sandberg <sandbej@linnbenton.edu>
Fri, 24 Jul 2020 04:02:02 +0000 (21:02 -0700)
- Remove excess whitespace on OPAC course page.

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
 Changes to be committed:
modified:   Open-ILS/src/templates/opac/parts/course/body.tt2

Open-ILS/src/templates/opac/parts/course/body.tt2

index cae56e2..d48ce11 100644 (file)
           <span>[% ctx.course.section_number %]</span>
         </div>
         <div>
-          [% 
+          [%
             owning_lib = ctx.get_aou(ctx.course.owning_lib);
             lib_url = ctx.get_org_setting(owning_lib.id, 'lib.info_url');
             prefer_external_url = ctx.get_org_setting(owning_lib.id, 'lib.prefer_external_url');
             UNLESS lib_url && prefer_external_url;
               lib_url = mkurl(ctx.opac_root _ '/library/' _ owning_lib.shortname, {}, 1);
-             END; 
+             END;
           %]
           <span><strong>[% l('Owning Library') %]: </strong></span>
           <span><a href="[% lib_url %]">[% owning_lib.name %]</a></span>
         </div>
       </div>
-      
+
       [%- UNLESS ctx.course.is_archived == 't' %]
       <div>
         <span><h2>[% l('Course Materials') %]</h2></span>