diff options
author | Patrick Simianer <p@simianer.de> | 2015-12-11 15:43:56 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-12-11 15:43:56 +0100 |
commit | 4aaf5365ef579e8b6bbe73a392690d8b42b55857 (patch) | |
tree | 000a5a5910a488a52c402d4121a1551c53ea823d /index.php | |
parent | 4a0c6921d583dea610518af072c8b01b3dc3a9c5 (diff) |
remove onload()
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ <link rel="stylesheet" type="text/css" href="static/main.css" /> </head> -<body onload=""> +<body> <?php include("header.inc.php"); ?> |