diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-04-04 21:32:33 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-04-04 21:32:33 +0000 |
| commit | b865d1ac7a07bdc54a8e95a430ec76c2f644cca0 (patch) | |
| tree | 5e412009e112a2b554c4753b736f62e14b5fe5a7 | |
| parent | f0a491db6e9e1cb3baea26a13eae67489e4a0264 (diff) | |
Added missing </form> tag
git-svn-id: https://svn.roundcube.net/trunk@177 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/editcontact.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/templates/editcontact.html b/roundcubemail/skins/default/templates/editcontact.html index 8f8ce0930..34f14e102 100644 --- a/roundcubemail/skins/default/templates/editcontact.html +++ b/roundcubemail/skins/default/templates/editcontact.html @@ -17,6 +17,7 @@ <roundcube:button command="save" type="input" class="button" label="save" /> </p> +</form> </div> |
