diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 482b43990..918112447 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -653,7 +653,7 @@ $('#gsearch').typeahead({ limit: 8, templates: { header: '
 Ports
', - suggestion: Handlebars.compile('

{{name}} – {{hostname}}
{{description}}

') + suggestion: Handlebars.compile('

{{name}} – {{hostname}}
{{description}}

') } }, { @@ -663,7 +663,7 @@ $('#gsearch').typeahead({ limit: 8, templates: { header: '
 BGP Sessions
', - suggestion: Handlebars.compile('

{{name}} - {{hostname}}
AS{{localas}} -> AS{{remoteas}}

') + suggestion: Handlebars.compile('

{{name}} - {{hostname}}
AS{{localas}} -> AS{{remoteas}}

') } }); $('#gsearch').bind('typeahead:open', function(ev, suggestion) {