Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Thomas Gambier
erp5
Commits
ced3459d
Commit
ced3459d
authored
6 years ago
by
Romain Courteaud
Browse files
Options
Download
Email Patches
Plain Diff
[erp5_graph_editor] Fix self closing non void element
parent
b008a53b
master
erp5-vifib
test
test_suite
tests_use_bt5_repository_url
erp5.util-0.4.54
erp5.util-0.4.53
erp5.util-0.4.52
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bt5/erp5_graph_editor/SkinTemplateItem/portal_skins/erp5_graph_editor/dream_graph_editor/jsplumb/test.html.html
...p5_graph_editor/dream_graph_editor/jsplumb/test.html.html
+1
-1
bt5/erp5_graph_editor/SkinTemplateItem/portal_skins/erp5_graph_editor/dream_graph_editor/list_field/index.html.html
...raph_editor/dream_graph_editor/list_field/index.html.html
+1
-1
No files found.
bt5/erp5_graph_editor/SkinTemplateItem/portal_skins/erp5_graph_editor/dream_graph_editor/jsplumb/test.html.html
View file @
ced3459d
...
...
@@ -17,7 +17,7 @@
<body>
<div
id=
"qunit"
></div>
<div
id=
"qunit-fixture"
>
<div
id=
"test-element"
/
>
<div
id=
"test-element"
></div
>
</div>
</body>
</html>
This diff is collapsed.
Click to expand it.
bt5/erp5_graph_editor/SkinTemplateItem/portal_skins/erp5_graph_editor/dream_graph_editor/list_field/index.html.html
View file @
ced3459d
...
...
@@ -24,6 +24,6 @@
</head>
<body>
<select
/
>
<select
></select
>
</body>
</html>
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment