summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-12-11 15:43:56 +0100
committerPatrick Simianer <p@simianer.de>2015-12-11 15:43:56 +0100
commit4aaf5365ef579e8b6bbe73a392690d8b42b55857 (patch)
tree000a5a5910a488a52c402d4121a1551c53ea823d /index.php
parent4a0c6921d583dea610518af072c8b01b3dc3a9c5 (diff)
remove onload()
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index af405e2..be71c70 100644
--- a/index.php
+++ b/index.php
@@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="static/main.css" />
</head>
-<body onload="">
+<body>
<?php include("header.inc.php"); ?>