Skip to content
Snippets Groups Projects
Commit 6e9453ff authored by André Lahmann's avatar André Lahmann
Browse files

* corrected double closing a-tag

parent facfd10a
Branches
Tags
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