From edf76220aa39334f7156d328391bd60c4a5d179f Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 04 Apr 2006 17:33:39 -0400 Subject: [PATCH] Added action-attribute for for tag --- 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 a522a6d..d160dd9 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -27,7 +27,7 @@ <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" /> -- Gitblit v1.9.1