Fix summary.tt2 openurl block
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 5 Jan 2012 19:24:16 +0000 (14:24 -0500)
committerDan Scott <dscott@laurentian.ca>
Thu, 5 Jan 2012 19:30:01 +0000 (14:30 -0500)
The extra if was likely added to fix a problem with a missing ;

The missing ; was put back, but the extra if then became a problem.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>

Open-ILS/src/templates/opac/parts/record/summary.tt2

index f081747..c67d0ef 100644 (file)
@@ -72,7 +72,6 @@
     [%- END %]
     </tbody></table>
 [%- END %]
-[%- IF openurls.size && openurls.0 != '' %]
     </div>    
 [%- END %]
 [%- merged_uris = args.uris.merge(args.online_res);