Index: lams_central/web/includes/javascript/popover-tag.js =================================================================== diff -u -r2f44e796d64748dcb750ca96f4febbe0da693181 -r9d396ceaaa36aba5a78d2164a0ecb40fac1a5bf0 --- lams_central/web/includes/javascript/popover-tag.js (.../popover-tag.js) (revision 2f44e796d64748dcb750ca96f4febbe0da693181) +++ lams_central/web/includes/javascript/popover-tag.js (.../popover-tag.js) (revision 9d396ceaaa36aba5a78d2164a0ecb40fac1a5bf0) @@ -33,7 +33,7 @@ popover.attr('aria-label', title); // put title text on the left and a close button on the right title = '
' + title + - ''; + ''; popover.data('titlePresent', true); } @@ -92,7 +92,7 @@ // if there is not title then we need to put close button directly on content if (content && !popover.data('titlePresent')) { content = '
' - + '' + + '' + content + '
'; }