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/linklist.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/linklist.html')
-rw-r--r-- | tpl/default/linklist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index 933c1ef2..d546be0a 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -16,7 +16,7 @@ | |||
16 | </div> | 16 | </div> |
17 | 17 | ||
18 | <input type="hidden" name="token" value="{$token}"> | 18 | <input type="hidden" name="token" value="{$token}"> |
19 | <div id="search-linklist"> | 19 | <div id="search-linklist" class="searchform-block search-linklist"> |
20 | 20 | ||
21 | <form method="GET" class="pure-form searchform" name="searchform"> | 21 | <form method="GET" class="pure-form searchform" name="searchform"> |
22 | <input type="text" tabindex="1" name="searchterm" class="searchterm" placeholder="{'Search text'|t}" | 22 | <input type="text" tabindex="1" name="searchterm" class="searchterm" placeholder="{'Search text'|t}" |