From c1a2a216e2b288ee2e8489825715cf3d2d0cf368 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sat, 21 May 2011 15:53:08 +1000 Subject: [PATCH] Fixed automatically filling in password --- templates/index.html | 4 ++-- templates/thread.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index 185066bb..b2968d57 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@ {boardlist[top]} {pm?
{pm}

} - {config[url_banner]?} + {config[url_banner]?}

{board[url]} - {board[name]}

{board[title]?{board[title]}}

{mod?Return to dashboard}

@@ -110,7 +110,7 @@ rememberStuff();
-
+ {mod?} {body} diff --git a/templates/thread.html b/templates/thread.html index e07fee89..c9db6147 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -12,7 +12,7 @@ {boardlist[top]} {pm?
{pm}

} - {config[url_banner]?} + {config[url_banner]?}

{board[url]} - {board[name]}

{board[title]?{board[title]}}

{mod?Return to dashboard}

@@ -101,7 +101,7 @@ rememberStuff();
- + {mod?} {body}