]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/import.html
W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64):
[github/shaarli/Shaarli.git] / tpl / import.html
index 259e56ee0af9d16df1c837f37f93ede8124c8c6c..9ac3c2f97d58ef5d4c598a97eb5879c0aebbe7a3 100644 (file)
@@ -8,7 +8,7 @@
        Import Netscape HTML bookmarks (as exported from Firefox/Chrome/Opera/Delicious/Diigo...) (Max: {$maxfilesize|htmlspecialchars} bytes).
        <form method="POST" action="?do=upload" enctype="multipart/form-data" name="uploadform" id="uploadform">
            <input type="hidden" name="token" value="{$token}">
-           <input type="file" name="filetoupload" size="80">
+           <input type="file" name="filetoupload">
            <input type="hidden" name="MAX_FILE_SIZE" value="{$maxfilesize|htmlspecialchars}">
            <input type="submit" name="import_file" value="Import" class="bigbutton"><br>
            <input type="checkbox" name="private" id="private"><label for="private">&nbsp;Import all links as private</label><br>