Commit ced3459d authored by Romain Courteaud's avatar Romain Courteaud

[erp5_graph_editor] Fix self closing non void element

parent b008a53b
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<body> <body>
<div id="qunit"></div> <div id="qunit"></div>
<div id="qunit-fixture"> <div id="qunit-fixture">
<div id="test-element"/> <div id="test-element"></div>
</div> </div>
</body> </body>
</html> </html>
...@@ -24,6 +24,6 @@ ...@@ -24,6 +24,6 @@
</head> </head>
<body> <body>
<select /> <select></select>
</body> </body>
</html> </html>
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