diff --git a/application/default/views/scripts/data/view.phtml b/application/default/views/scripts/data/view.phtml index f15cee55..e466a45f 100755 --- a/application/default/views/scripts/data/view.phtml +++ b/application/default/views/scripts/data/view.phtml @@ -44,7 +44,7 @@ h3.gs_rt{font-size:110%;}
datadoi) && !strpos($md->citation,$md->datadoi)) : ?>Dataset Cite - author_en,1,-1)).'. '.$md->title_en.'. '.$md->publisher_en.', '.(empty($md->ts_published)?$md->publish_year:date('Y',strtotime($md->ts_published))).'. doi:'.$md->doi; ?> + author_en,1,-1)).'. '.$md->title.'. '.$md->publisher_en.', '.(empty($md->ts_published)?$md->publish_year:date('Y',strtotime($md->ts_published))).'. doi:'.$md->doi; ?> (Download: RIS | Bibtex)
diff --git a/application/default/views/scripts/glacier/view.phtml b/application/default/views/scripts/glacier/view.phtml index f15cee55..e466a45f 100755 --- a/application/default/views/scripts/glacier/view.phtml +++ b/application/default/views/scripts/glacier/view.phtml @@ -44,7 +44,7 @@ h3.gs_rt{font-size:110%;} datadoi) && !strpos($md->citation,$md->datadoi)) : ?>Dataset Cite - author_en,1,-1)).'. '.$md->title_en.'. '.$md->publisher_en.', '.(empty($md->ts_published)?$md->publish_year:date('Y',strtotime($md->ts_published))).'. doi:'.$md->doi; ?> + author_en,1,-1)).'. '.$md->title.'. '.$md->publisher_en.', '.(empty($md->ts_published)?$md->publish_year:date('Y',strtotime($md->ts_published))).'. doi:'.$md->doi; ?> (Download: RIS | Bibtex)