Skip to content

Commit a80606f

Browse files
committed
[FIX] Fix tag in 'oxpathattr'
1 parent 8a36f5d commit a80606f

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
@@ -281,7 +281,7 @@
281281
"prefix": "oxpathattr",
282282
"body": [
283283
"<xpath expr=\"//${1:field}[@${2:name}='${3:name}']\" position=\"attributes\">",
284-
"\t<attribute name=\"${4:name}\">{${5}}</attribute>",
284+
"\t<attribute name=\"${4:attrs}\">{${5}}</attribute>",
285285
"</xpath>"
286286
],
287287
"description": "Add the structure of xpath to attributes"

0 commit comments

Comments
 (0)