From d34d91a978abb24d3dc2dfecd8ea400090816cba Mon Sep 17 00:00:00 2001 From: Katrin Leinweber <9948149+katrinleinweber@users.noreply.github.com> Date: Thu, 21 Mar 2019 14:44:14 +0100 Subject: [PATCH] Hyperlink DOIs to preferred resolver --- library/Wordpress/plugin/daiquiri_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Wordpress/plugin/daiquiri_shortcodes.php b/library/Wordpress/plugin/daiquiri_shortcodes.php index d1d8ac18..39ec4bef 100644 --- a/library/Wordpress/plugin/daiquiri_shortcodes.php +++ b/library/Wordpress/plugin/daiquiri_shortcodes.php @@ -87,7 +87,7 @@ function identifier_func($atts) { ), $atts ) ); // more identifier systems to be implemented - if ($doi) $html = "
Please cite this data set using the unique digital object identifier doi:{$doi}."; + if ($doi) $html = "
Please cite this data set using the unique digital object identifier doi:{$doi}."; return $html; }