summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-07-05 15:14:40 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-07-05 15:14:40 +0200
commit26eb3796ca49c0c9ad2546615e751218c70c4e50 (patch)
tree20745bd86a5a0bb8e9d173e7284140dabcd2740e
parentb3feea623dd4cda25d2b2b5fab6c6cf0b31fc145 (diff)
Fix duplicate <body> tag.
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 7bb7100..61093f9 100644
--- a/index.php
+++ b/index.php
@@ -198,7 +198,6 @@ final class LookingGlass {
print '</body>';
print '<script src="js/jquery-1.11.1.min.js"></script>';
print '<script src="js/looking-glass.js"></script>';
- print '</body>';
print '</html>';
}
}