Skip to content
Snippets Groups Projects
Commit 328948f6 authored by Ere Maijala's avatar Ere Maijala
Browse files

Removed extraneous </a>

parent 2a99c6c4
No related merge requests found
......@@ -45,7 +45,7 @@
?>
<a class="list-group-item active" href="<?=$removeLink?>">
<span class="pull-right"><i class="fa fa-times"></i></span>
<? if ($filter['operator'] == 'NOT') echo $this->transEsc('NOT') . ' '; if ($filter['operator'] == 'OR' && $i > 0) echo $this->transEsc('OR') . ' '; ?><?=$this->transEsc($field)?>: <?=$this->escapeHtml($filter['displayText'])?></a>
<? if ($filter['operator'] == 'NOT') echo $this->transEsc('NOT') . ' '; if ($filter['operator'] == 'OR' && $i > 0) echo $this->transEsc('OR') . ' '; ?><?=$this->transEsc($field)?>: <?=$this->escapeHtml($filter['displayText'])?>
</a>
<? endforeach; ?>
<? endforeach; ?>
......
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