In the action lists on CGI pages, don't separate actions and their parameters with...
authorFabian Keil <fk@fabiankeil.de>
Thu, 29 Oct 2009 16:53:56 +0000 (16:53 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 29 Oct 2009 16:53:56 +0000 (16:53 +0000)
commit43a77cc29aa0ed0564f3180bacfb024470d115fb
tree89cd60d7d1df3661682f27e89b5f0fc83e35781c
parentdb831c7f5d8f459e3eaf8ebea7e5c6250c67fc67
In the action lists on CGI pages, don't separate actions and their parameters with a space.

The action file parser doesn't actually allow this and will
throw an invalid syntax error if actions and parameters in
the action files are separated. Not adding the spaces means
copy and pasting CGI output into the action files works.
cgi.c