mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-12 07:36:07 +00:00
chore: HTML fixes from Eclipse
This commit is contained in:
+7
-7
@@ -36,7 +36,7 @@ $start = $generator->pageLoadTimeStart();
|
||||
<html>
|
||||
<head>
|
||||
<title><?php echo SERVER_NAME ?></title>
|
||||
<link REL="shortcut icon" HREF="favicon.ico"/>
|
||||
<link rel="shortcut icon" href="favicon.ico"/>
|
||||
<meta http-equiv="cache-control" content="max-age=0" />
|
||||
<meta http-equiv="pragma" content="no-cache" />
|
||||
<meta http-equiv="expires" content="0" />
|
||||
@@ -505,17 +505,17 @@ if($_POST['password'] != ""){
|
||||
|
||||
<p>
|
||||
<span>Choose Password</span>
|
||||
<table>
|
||||
<tr><td>Password:</td><td><input type="text" name="password" value=""></td></tr>
|
||||
</table>
|
||||
</p>
|
||||
<table>
|
||||
<tr><td>Password:</td><td><input type="text" name="password" value="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<center>
|
||||
<input type="submit" name="Submit" id="Submit" value="Submit"></center>
|
||||
<div style="text-align: center">
|
||||
<input type="submit" name="Submit" id="Submit" value="Submit" /></div>
|
||||
</form>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</br></br></br></br><div id="side_info">
|
||||
<br /><br /><br /><br /><div id="side_info">
|
||||
<?php
|
||||
include("Templates/multivillage.tpl");
|
||||
include("Templates/quest.tpl");
|
||||
|
||||
Reference in New Issue
Block a user