diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-04-04 21:33:39 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-04-04 21:33:39 +0000 |
| commit | c9ae0d023e7b66eec6cc8ebe10666734e54d6c09 (patch) | |
| tree | 15dac83a7087af0c0e0ec27313c3ed394c897538 | |
| parent | b865d1ac7a07bdc54a8e95a430ec76c2f644cca0 (diff) | |
Added action-attribute for for tag
git-svn-id: https://svn.roundcube.net/trunk@178 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index a522a6d07..d160dd93a 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/skins/default/templates/compose.html @@ -27,7 +27,7 @@ function rcmail_toggle_display(id) <roundcube:include file="/includes/taskbar.html" /> <roundcube:include file="/includes/header.html" /> -<form name="form" method="post"> +<form name="form" action="./" method="post"> <div id="messagetoolbar"> <roundcube:button command="list" image="/images/buttons/back_act.png" width="32" height="32" title="backtolist" /> |
