aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-20 10:27:37 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-20 10:27:37 +0200
commitf281635c9a60b09a51fa9735337ff1eb0ab581f8 (patch)
treec3bb38e93e1a9b250d974d25dff52da1c272309b
parent8c72b98d9d6f3e8a4d88afbe5f499f115d2d532a (diff)
downloadwallabag-f281635c9a60b09a51fa9735337ff1eb0ab581f8.tar.gz
wallabag-f281635c9a60b09a51fa9735337ff1eb0ab581f8.tar.zst
wallabag-f281635c9a60b09a51fa9735337ff1eb0ab581f8.zip
il manquait un <div>
-rw-r--r--tpl/login.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/login.html b/tpl/login.html
index d3139ab3..8b2f80f8 100644
--- a/tpl/login.html
+++ b/tpl/login.html
@@ -1,4 +1,5 @@
1{include="head"} 1{include="head"}
2 <div>
2 <form method="post" action="?login" name="loginform"> 3 <form method="post" action="?login" name="loginform">
3 <fieldset> 4 <fieldset>
4 <h2>login to your poche</h2> 5 <h2>login to your poche</h2>
@@ -20,4 +21,4 @@
20 <input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>"> 21 <input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>">
21 <input type="hidden" name="token" value="<?php echo Session::getToken(); ?>"> 22 <input type="hidden" name="token" value="<?php echo Session::getToken(); ?>">
22 </form> 23 </form>
23{include="footer"} \ No newline at end of file 24{include="footer"}