Skip to content
Snippets Groups Projects
Commit d47b11c9 authored by Daniel's avatar Daniel
Browse files

FIX: Tour (newer bootstrap version) did not allow HTML in popover.

parent 00743d1e
No related branches found
No related tags found
No related merge requests found
......@@ -630,6 +630,7 @@ var tour = new function() {
content: markdown_content,
placement: placement,
html: true,
sanitize: false,
trigger: 'manual',
template: popover_template,
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment