Skip to content

Commit 6d1ab37

Browse files
committed
Correct href snippet in nxml-mode
1 parent b3ffcf4 commit 6d1ab37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nxml-mode/href

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
22
# contributor: Anders Bach Nielsen <[email protected]>
33
# name: <a href="...">...</a>
4-
# key: a# uuid: a
5-
4+
# key: a
5+
# uuid: a
66
# --
77
<a href="$1">$2</a>

0 commit comments

Comments
 (0)