forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/text-mode/nxml-mode/form

6 lines
155 B
Plaintext
Raw Normal View History

2011-07-22 14:48:30 +01:00
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name :<form method="..." action="..."></form>
# --
<form method="$1" action="$2">
$0
</form>