diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-07-05 15:14:40 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-07-05 15:14:40 +0200 |
commit | 26eb3796ca49c0c9ad2546615e751218c70c4e50 (patch) | |
tree | 20745bd86a5a0bb8e9d173e7284140dabcd2740e | |
parent | b3feea623dd4cda25d2b2b5fab6c6cf0b31fc145 (diff) |
Fix duplicate <body> tag.
-rw-r--r-- | index.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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>'; } } |