diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-04-03 19:02:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-03 19:02:33 +0200 |
commit | 2109bb9d9a355787f8beea8cbfaed2eb1d53283f (patch) | |
tree | 6fd8c8319ece5e7e565f1793318ff63c665daf74 /tpl | |
parent | d9d49b687afcb4c88a88390a7ff30b431ca6be12 (diff) | |
parent | b68134ac1d6a287e3a5003ccde137dd0c7ecdc52 (diff) | |
download | Shaarli-2109bb9d9a355787f8beea8cbfaed2eb1d53283f.tar.gz Shaarli-2109bb9d9a355787f8beea8cbfaed2eb1d53283f.tar.zst Shaarli-2109bb9d9a355787f8beea8cbfaed2eb1d53283f.zip |
Merge pull request #800 from ArthurHoaro/hotfix/get-bytes-warning
Fix a warning generated in return_bytes function and refactor it
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/vintage/import.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/vintage/import.html b/tpl/vintage/import.html index 071e1160..bb9e4a56 100644 --- a/tpl/vintage/import.html +++ b/tpl/vintage/import.html | |||
@@ -5,7 +5,7 @@ | |||
5 | <div id="pageheader"> | 5 | <div id="pageheader"> |
6 | {include="page.header"} | 6 | {include="page.header"} |
7 | <div id="uploaddiv"> | 7 | <div id="uploaddiv"> |
8 | Import Netscape HTML bookmarks (as exported from Firefox/Chrome/Opera/Delicious/Diigo...) (Max: {$maxfilesize} bytes). | 8 | Import Netscape HTML bookmarks (as exported from Firefox/Chrome/Opera/Delicious/Diigo...) (Max: {$maxfilesize}). |
9 | <form method="POST" action="?do=import" enctype="multipart/form-data" | 9 | <form method="POST" action="?do=import" enctype="multipart/form-data" |
10 | name="uploadform" id="uploadform"> | 10 | name="uploadform" id="uploadform"> |
11 | <input type="hidden" name="token" value="{$token}"> | 11 | <input type="hidden" name="token" value="{$token}"> |