diff options
author | nodiscc <nodiscc@gmail.com> | 2015-06-24 00:51:38 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-06-24 00:51:38 +0200 |
commit | eaefcba724e93c5f6b426ad8855ab1af8ac8212a (patch) | |
tree | 283a94eeedbee9716cc6a43bbb8a1be4d1136916 /tpl/loginform.html | |
parent | 9f15ca9ee76bc36832f12a952005fdaf52e2559d (diff) | |
parent | 5f85fcd863fe261921953ea3bd1742f3e1b7cf68 (diff) | |
download | Shaarli-eaefcba724e93c5f6b426ad8855ab1af8ac8212a.tar.gz Shaarli-eaefcba724e93c5f6b426ad8855ab1af8ac8212a.tar.zst Shaarli-eaefcba724e93c5f6b426ad8855ab1af8ac8212a.zip |
Merge remote-tracking branch 'ArthurHoaro/input-escape' into next
Conflicts:
index.php
Diffstat (limited to 'tpl/loginform.html')
-rw-r--r-- | tpl/loginform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/loginform.html b/tpl/loginform.html index 91b948dd..678375fd 100644 --- a/tpl/loginform.html +++ b/tpl/loginform.html | |||
@@ -17,7 +17,7 @@ | |||
17 | <input type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="3"> | 17 | <input type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="3"> |
18 | Stay signed in (Do not check on public computers)</label> | 18 | Stay signed in (Do not check on public computers)</label> |
19 | <input type="hidden" name="token" value="{$token}"> | 19 | <input type="hidden" name="token" value="{$token}"> |
20 | {if="$returnurl"}<input type="hidden" name="returnurl" value="{$returnurl|htmlspecialchars}">{/if} | 20 | {if="$returnurl"}<input type="hidden" name="returnurl" value="{$returnurl}">{/if} |
21 | </form> | 21 | </form> |
22 | {/if} | 22 | {/if} |
23 | </div> | 23 | </div> |