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; }