Commit 1055e070 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Use object instead of iframe to fix error messages from w3c validator.

parent ed6b2a5d
......@@ -219,7 +219,7 @@
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
<iframe name="svgframe" id="svgframe" src="jquery/plugin/svg-editor/svg-editor.html?no_save_warning=true" width="1200" height="700">
<object name="svgframe" id="svgframe" data="jquery/plugin/svg-editor/svg-editor.html?no_save_warning=true" width="1200" height="700"></object>
]]></string> </value>
</item>
......
30
\ No newline at end of file
31
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment