From 8295241f90b1e1531e8bccca66d2d0278907dee9 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 26 May 2020 15:43:49 -0400 Subject: [PATCH] Adjust outdated comment. --- .../templates/RecordDriver/DefaultRecord/result-list.phtml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/themes/bootstrap3/templates/RecordDriver/DefaultRecord/result-list.phtml b/themes/bootstrap3/templates/RecordDriver/DefaultRecord/result-list.phtml index fbfa818e6cf..c70eab39d03 100644 --- a/themes/bootstrap3/templates/RecordDriver/DefaultRecord/result-list.phtml +++ b/themes/bootstrap3/templates/RecordDriver/DefaultRecord/result-list.phtml @@ -115,10 +115,8 @@ <?php endif; ?> </div> - <?php /* We need to find out if we're supposed to display an OpenURL link ($openUrlActive), - but even if we don't plan to display the link, we still want to get the $openUrl - value for use in generating a COinS (Z3988) tag -- see bottom of file. - */ + <?php + // Display an OpenURL link if configured to do so: $openUrl = $this->openUrl($this->driver, 'results'); $openUrlActive = $openUrl->isActive(); $doi = $this->doi($this->driver, 'results'); -- GitLab