2010-03-15 21:58:33 +00:00

6 lines
150 B
Plaintext

#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name :<form method="..." action="..."></form>
# --
<form method="$1" action="$2">
$0
</form>