diff options
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/elastic/templates/key_import.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/elastic/templates/key_import.html b/skins/elastic/templates/key_import.html index f48e21a..292f24f 100644 --- a/skins/elastic/templates/key_import.html +++ b/skins/elastic/templates/key_import.html @@ -4,7 +4,6 @@ <h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="inbox_settings.key_import" /></h1> -<!-- keys list --> <div id="layout-content" role="main"> <h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2> <div class="header"> @@ -13,7 +12,7 @@ </div> <div class="formcontainer"> <h1 class="voice"><roundcube:label name="inbox_settings.key_import" /></h1> - <roundcube:form name="importform" method="post" id="import-key" class="formcontent"> + <roundcube:form name="importform" action="" method="post" id="import-key" class="formcontent"> <fieldset> <legend><roundcube:label name="inbox_settings.key_import" /></legend> <table class="propform"> |
