diff --git a/public/app/features/annotations/annotation_tooltip.ts b/public/app/features/annotations/annotation_tooltip.ts index 7c7f17c4f9e..7af08278183 100644 --- a/public/app/features/annotations/annotation_tooltip.ts +++ b/public/app/features/annotations/annotation_tooltip.ts @@ -72,7 +72,7 @@ export function annotationTooltipDirective( tooltip += '
'; if (text) { - tooltip += '
' + sanitizeString(text.replace(/\n/g, '
')) + '
'; + tooltip += '
' + sanitizeString(text.replace(/\n/g, '
')) + '
'; } const tags = event.tags;