Skip to content

Commit 121d206

Browse files
oscars8amstuttgart
authored andcommitted
[FIX] Early close data tag
The data tag close two times, in lines 411 and 414.
1 parent 28559cb commit 121d206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/xml.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
"body": [
409409
"<?xml version='1.0' encoding='utf-8'?>",
410410
"<odoo>",
411-
"\t<data noupdate=\"${1:1}\"/>",
411+
"\t<data noupdate=\"${1:1}\">",
412412
"\t\t<!-- Add you code here -->",
413413
"\t\t${0}",
414414
"\t</data>",

0 commit comments

Comments
 (0)