Summary:
{module_action_link} omits slash between domain and index.php
Detailed Description:
The {module_action_link} tag generates a url that is missing the slash between
domain and index.php.
Example:
http://somedomain.comindex.php?bla..bla...bla
Should be:
http://somedomain.com/index.php?bla..bla...bla