GITLAB
LeClubInfo
/
crep
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
86112ecf8ffc3b9aa6e9c958d866287fcfe9bccc
Authored by
Geoffrey PREUD'HOMME
2015-03-03 13:38:22 +0100
1 parent
bff153e8
Added html to DOCTYPE
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.php
Inline
Side-by-side
index.php
Wrap text
Show/Hide comments
View file @
86112ec
...
...
@@ -23,7 +23,7 @@ if (isset($_GET['c'])) {
23
23
require_once("$toLoad");
24
24
} else {
25
25
?>
26
-<!DOCTYPE
>
26
+<!DOCTYPE
html
>
27
27
<html>
28
28
<head>
29
29
<title>Coupe de Robotique des Ecoles Primaires</title>
...
...