Skip to content
Snippets Groups Projects
Commit e669c5b6 authored by Demian Katz's avatar Demian Katz
Browse files

Merge pull request #505 from finc/bootstrap3_solrdefault_core_fix

corrected double closing a-tag in core-template SolrDefault
parents facfd10a 6e9453ff
No related merge requests found
......@@ -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>
......
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