Add doctype to index.php's default output
This commit is contained in:
parent
05bcacf767
commit
648e777209
|
@ -43,6 +43,7 @@ if (!empty($_GET['id']) and !($id = filter_var($_GET['id'], FILTER_VALIDATE_INT)
|
|||
}
|
||||
|
||||
echo '
|
||||
<!doctype html>
|
||||
<style>
|
||||
body { font-family: Helvetica, Arial, Calibri; }
|
||||
code { font-size: 1.4em; }
|
||||
|
@ -90,6 +91,7 @@ foreach ($eventTypes as $type) {
|
|||
<p>' . $type['ereignistyp_explica'] . '</p>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
';
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user