From ef195d90b6b537013ea5415f8810b0826f2698bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be>
Date: Mon, 8 Aug 2016 10:42:36 +0200
Subject: [PATCH] Revert "Added the autocomplete=off to the form as well"

This reverts commit 9336ee84c5c1b8a285c8b3f004f594ffb704cb80.
---
 ihtml/themes/breezy/framework.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ihtml/themes/breezy/framework.tpl b/ihtml/themes/breezy/framework.tpl
index a62c1ded9..6dfca84bb 100644
--- a/ihtml/themes/breezy/framework.tpl
+++ b/ihtml/themes/breezy/framework.tpl
@@ -2,7 +2,7 @@
 <body onLoad="javascript:$$('div.debug_div').each(function (a) { a.hide(); });">
   {$game_screen}
   {$php_errors}
-  <form action="main.php{$plug}" name="mainform" id="mainform" method="post" enctype="multipart/form-data" autocomplete="off">
+  <form action="main.php{$plug}" name="mainform" id="mainform" method="post" enctype="multipart/form-data">
     <div class="setup_header">
       <div id="header_left">
         <img id="fd_logo" class="optional" src="geticon.php?context=applications&amp;icon=fusiondirectory&amp;size=48" alt="FusionDirectory"/>
-- 
GitLab