Skip to content
Snippets Groups Projects
Commit 64fc37c1 authored by srosse's avatar srosse
Browse files

no-jira: change iframe auto-closing tag

parent fe47afb7
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@
<div class="o_instruction o_paella_error">
$r.translate("viewer.error.browser")
</div>
<iframe id="${id}" allowfullscreen="true" src="${baseURI}" frameborder="0" />
<iframe id="${id}" allowfullscreen="true" src="${baseURI}" frameborder="0"></iframe>
</div>
#end
\ No newline at end of file
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