1
0
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:
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'): if ($service == 'html'):
$maps = maps(); $maps = maps();
?> ?>
<!doctype html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"/> <meta charset="utf-8"/>