Skip to content
Snippets Groups Projects
Commit 36a563ea authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Put a container around DOI content.

- Prevents it from flowing together with full text links, which was confusing.
parent 912cc5c4
No related merge requests found
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<?php /* Links from DOI linker */ ?> <?php /* Links from DOI linker */ ?>
<?php $doi = $this->doi($this->driver, 'results'); if ($doi->isActive()):?> <?php $doi = $this->doi($this->driver, 'results'); if ($doi->isActive()):?>
<?=$doi->renderTemplate()?> <div><?=$doi->renderTemplate()?></div>
<?php endif; ?> <?php endif; ?>
</div> </div>
<div class="result-links hidden-print"> <div class="result-links hidden-print">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment