2016-02-18 14:53:30 +01:00

6 lines
155 B
Plaintext

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