]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove html entities since this seems to be a problem only on my system
authorBjörn Schießle <schiessle@owncloud.com>
Thu, 6 Jun 2013 12:19:09 +0000 (14:19 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 6 Jun 2013 12:19:09 +0000 (14:19 +0200)
apps/files_external/templates/settings.php

index ab01eb5386a3ca6161377477dd1513475001e6be..e628315c897e299e807816374575f75c8c7ced1c 100644 (file)
                        </tbody>
                </table>
                <input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']); ?>">
-               <input type="file" id="rootcert_import" name="rootcert_import" style="width:230px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+               <input type="file" id="rootcert_import" name="rootcert_import" style="width:230px;">
                <input type="submit" name="cert_import" value="<?php p($l->t('Import Root Certificate')); ?>" />
 </fieldset>
 </form>