mirror of https://github.com/ThunixdotNet/wiki.git
Made wiki.php produce correct HTML5
This commit is contained in:
parent
ad682d3442
commit
e06bacd191
3
wiki.php
3
wiki.php
|
@ -6,7 +6,8 @@ if ( $page == "") {
|
||||||
$page = "main";
|
$page = "main";
|
||||||
}
|
}
|
||||||
|
|
||||||
print "<html>
|
print "<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Thunix Wiki - $page</title>
|
<title>Thunix Wiki - $page</title>
|
||||||
<link rel='stylesheet' type='text/css' href='includes/site.css'>
|
<link rel='stylesheet' type='text/css' href='includes/site.css'>
|
||||||
|
|
Loading…
Reference in New Issue