From 6e9453ffffcda8c1bb92f78c37e8374512e81980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de> Date: Mon, 9 Nov 2015 16:53:20 +0100 Subject: [PATCH] * corrected double closing a-tag --- themes/bootstrap3/templates/RecordDriver/SolrDefault/core.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/RecordDriver/SolrDefault/core.phtml b/themes/bootstrap3/templates/RecordDriver/SolrDefault/core.phtml index 1899f543a9a..2ab7f901b39 100644 --- a/themes/bootstrap3/templates/RecordDriver/SolrDefault/core.phtml +++ b/themes/bootstrap3/templates/RecordDriver/SolrDefault/core.phtml @@ -258,7 +258,7 @@ <th><?=$this->transEsc('Tags')?>: </th> <td> <a id="tagRecord" class="btn btn-link modal-link pull-right flip" href="<?=$this->recordLink()->getActionUrl($this->driver, 'AddTag')?>" title="<?=$this->transEsc('Add Tag')?>"> - <i class="fa fa-plus"></i> <?=$this->transEsc('Add Tag')?></a> + <i class="fa fa-plus"></i> <?=$this->transEsc('Add Tag')?> </a> <?=$this->context($this)->renderInContext('record/taglist', array('tagList'=>$tagList, 'loggedin'=>$loggedin)) ?> </td> -- GitLab