diff --git a/LibreNMS/Util/Url.php b/LibreNMS/Util/Url.php index 5c621fdaf7..62146c9df1 100644 --- a/LibreNMS/Util/Url.php +++ b/LibreNMS/Util/Url.php @@ -252,7 +252,7 @@ class Url public static function overlibLink($url, $text, $contents, $class = null) { - $contents = "
" . $contents . '
'; + $contents = "
" . $contents . '
'; $contents = str_replace('"', "\'", $contents); if ($class === null) { $output = ' - + @foreach(LibreNMS\Config::get('webui.custom_css', []) as $custom_css)