diff --git a/app/Libraries/HistoryUtils.php b/app/Libraries/HistoryUtils.php index c886d68231f2..cfd45207b40e 100644 --- a/app/Libraries/HistoryUtils.php +++ b/app/Libraries/HistoryUtils.php @@ -183,7 +183,7 @@ class HistoryUtils } $icon = ''; - $str .= sprintf('
  • %s %s
  • ', $item->url, $item->name, $icon); + $str .= sprintf('
  • %s %s
  • ', $item->url, e($item->name), $icon); } return $str;