diff options
author | nodiscc <nodiscc@gmail.com> | 2014-08-11 20:41:50 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2014-08-19 18:01:15 +0200 |
commit | ad6c27b7b858dfa29e65f14ef444fad318d5895b (patch) | |
tree | 29297748c42189aec25a857fba53d4c95560c616 /tpl/import.html | |
parent | e411f7f9d7682256fdba017d409e8356c4644ab9 (diff) | |
download | Shaarli-ad6c27b7b858dfa29e65f14ef444fad318d5895b.tar.gz Shaarli-ad6c27b7b858dfa29e65f14ef444fad318d5895b.tar.zst Shaarli-ad6c27b7b858dfa29e65f14ef444fad318d5895b.zip |
Fix grammar, punctuation, spelling, trailing whitepaces and newlines; Fix typo in css
Based on respencer's work at https://github.com/respencer/Shaarli/
Closes https://github.com/sebsauvage/Shaarli/pull/103
Diffstat (limited to 'tpl/import.html')
-rw-r--r-- | tpl/import.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/import.html b/tpl/import.html index 9e581fc9..259e56ee 100644 --- a/tpl/import.html +++ b/tpl/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|htmlspecialchars} bytes). | 8 | Import Netscape HTML bookmarks (as exported from Firefox/Chrome/Opera/Delicious/Diigo...) (Max: {$maxfilesize|htmlspecialchars} bytes). |
9 | <form method="POST" action="?do=upload" enctype="multipart/form-data" name="uploadform" id="uploadform"> | 9 | <form method="POST" action="?do=upload" enctype="multipart/form-data" name="uploadform" id="uploadform"> |
10 | <input type="hidden" name="token" value="{$token}"> | 10 | <input type="hidden" name="token" value="{$token}"> |
11 | <input type="file" name="filetoupload" size="80"> | 11 | <input type="file" name="filetoupload" size="80"> |