diff --git a/themes/finc/templates/search/history-table.phtml b/themes/finc/templates/search/history-table.phtml
index 94f972b870d846019c78314bddd363f19bcc0254..cc0d71532ee6ff69c9cd598665ae50d5f87249d3 100644
--- a/themes/finc/templates/search/history-table.phtml
+++ b/themes/finc/templates/search/history-table.phtml
@@ -19,7 +19,7 @@
       <td data-title="<?= $this->transEscAttr('history_search') ?>:">
         <?=$this->historylabel($info->getParams()->getSearchClassId())?>
         <?php /* add lang undefines tag */ ?>
-        <a href="<?=$this->url($info->getOptions()->getSearchAction()) . $info->getUrlQuery()->getParams()?>" lang=""><?php
+        <a data-lightbox-ignore href="<?=$this->url($info->getOptions()->getSearchAction()) . $info->getUrlQuery()->getParams()?>" lang=""><?php
           $desc = $info->getParams()->getDisplayQuery();
           echo empty($desc) ? $this->transEsc("history_empty_search") : $this->escapeHtml($desc);
         ?></a>