diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-05-29 20:20:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-29 20:20:02 +0200 |
commit | 8f816d8ddfe9219e15580cef6e5c9037d1d4fd28 (patch) | |
tree | 959b5982d522c3b489353dd2300b85f2d1638720 /tpl/default/import.html | |
parent | cdebf7f9b408f4034b03644a91461f3454c6c039 (diff) | |
parent | 03b483aa45ca994c0d75010e2008a8f0bfcf7ed3 (diff) | |
download | Shaarli-8f816d8ddfe9219e15580cef6e5c9037d1d4fd28.tar.gz Shaarli-8f816d8ddfe9219e15580cef6e5c9037d1d4fd28.tar.zst Shaarli-8f816d8ddfe9219e15580cef6e5c9037d1d4fd28.zip |
Merge pull request #1135 from ArthurHoaro/ci/csslint
Reformat SCSS to SASS format and run SASSLint in CI
Diffstat (limited to 'tpl/default/import.html')
-rw-r--r-- | tpl/default/import.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/import.html b/tpl/default/import.html index 000a50ac..bdc9086e 100644 --- a/tpl/default/import.html +++ b/tpl/default/import.html | |||
@@ -15,7 +15,7 @@ | |||
15 | </div> | 15 | </div> |
16 | 16 | ||
17 | <input type="hidden" name="token" value="{$token}"> | 17 | <input type="hidden" name="token" value="{$token}"> |
18 | <div class="center" id="import-field"> | 18 | <div class="center import-field-container" id="import-field"> |
19 | <input type="hidden" name="MAX_FILE_SIZE" value="{$maxfilesize}"> | 19 | <input type="hidden" name="MAX_FILE_SIZE" value="{$maxfilesize}"> |
20 | <input type="file" name="filetoupload"> | 20 | <input type="file" name="filetoupload"> |
21 | <p><br>{'Maximum size allowed:'|t} <strong>{$maxfilesizeHuman}</strong></p> | 21 | <p><br>{'Maximum size allowed:'|t} <strong>{$maxfilesizeHuman}</strong></p> |