diff options
author | thomascube <thomas@roundcube.net> | 2006-04-04 21:33:39 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-04-04 21:33:39 +0000 |
commit | edf76220aa39334f7156d328391bd60c4a5d179f (patch) | |
tree | 0ec745b346c93851c2fdcba2a7b0f4ad9a0b3d02 /skins/default/templates/compose.html | |
parent | b55d5a9e547b04da8b59e01ad851dd17fe28f7b0 (diff) |
Added action-attribute for for tag
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r-- | skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index a522a6d07..d160dd93a 100644 --- a/skins/default/templates/compose.html +++ b/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" /> |