Commit 86112ecf8ffc3b9aa6e9c958d866287fcfe9bccc

Authored by Geoffrey PREUD'HOMME
1 parent bff153e8

Added html to DOCTYPE

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -23,7 +23,7 @@ if (isset($_GET['c'])) { @@ -23,7 +23,7 @@ if (isset($_GET['c'])) {
23 require_once("$toLoad"); 23 require_once("$toLoad");
24 } else { 24 } else {
25 ?> 25 ?>
26 -<!DOCTYPE> 26 +<!DOCTYPE html>
27 <html> 27 <html>
28 <head> 28 <head>
29 <title>Coupe de Robotique des Ecoles Primaires</title> 29 <title>Coupe de Robotique des Ecoles Primaires</title>