1
0
mirror of https://github.com/klokantech/tileserver-php.git synced 2025-08-06 14:47:21 +02:00

Fixed DOCTYPE header

This commit is contained in:
Petr Pridal
2013-04-26 08:57:32 +02:00
parent fcf88d62c0
commit 780e1c6796

View File

@@ -42,7 +42,7 @@ if ($service == 'test') {
if ($service == 'html'):
$maps = maps();
?>
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>