diff --git a/public/user.html b/public/user.html
index 68d3a42..f29619e 100644
--- a/public/user.html
+++ b/public/user.html
@@ -1,46 +1,48 @@
-
-
-
Cancel
-
-
+
diff --git a/run.php b/run.php
index a69c6ba..54781f2 100644
--- a/run.php
+++ b/run.php
@@ -8,7 +8,7 @@
-
+
@@ -49,6 +49,10 @@
$data = file_get_contents($file);
$data = str_replace('',$headhtml,$data);
+if($file == 'html/user.html')
+{
+$data = str_replace('','
',$data);
+}
$data = str_replace('','
Cancel