Skip to content

Commit

Permalink
Added target attribute to anchor link for BibTeX format of dataset ci…
Browse files Browse the repository at this point in the history
…tation in the Cite Data dropdown on dataset pg. [ref #3135]
  • Loading branch information
mheppler committed May 25, 2016
1 parent ec53c38 commit 57c5e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/dataset-citation.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</a>
</li>
<li>
<a jsf:id="bibLink" jsf:actionListener="#{DatasetPage.downloadDatasetCitationBibtex()}">
<a jsf:id="bibLink" jsf:actionListener="#{DatasetPage.downloadDatasetCitationBibtex()}" target="_blank">
#{bundle['dataset.cite.downloadBtn.bib']}
</a>
</li>
Expand Down

0 comments on commit 57c5e74

Please sign in to comment.