mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-07 15:16:28 +02:00
Fixed DOCTYPE header
This commit is contained in:
@@ -42,7 +42,7 @@ if ($service == 'test') {
|
|||||||
if ($service == 'html'):
|
if ($service == 'html'):
|
||||||
$maps = maps();
|
$maps = maps();
|
||||||
?>
|
?>
|
||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
|
Reference in New Issue
Block a user