diff options
author | thomascube <thomas@roundcube.net> | 2006-04-04 21:32:33 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-04-04 21:32:33 +0000 |
commit | b55d5a9e547b04da8b59e01ad851dd17fe28f7b0 (patch) | |
tree | 47aa98291f3cfbf2cc0bab097abcffd440f42497 /skins/default | |
parent | e8afd05db85ae7066632c30e5dfa73650502d126 (diff) |
Added missing </form> tag
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/editcontact.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/templates/editcontact.html b/skins/default/templates/editcontact.html index 8f8ce0930..34f14e102 100644 --- a/skins/default/templates/editcontact.html +++ b/skins/default/templates/editcontact.html @@ -17,6 +17,7 @@ <roundcube:button command="save" type="input" class="button" label="save" /> </p> +</form> </div> |