diff --git a/index.php b/index.php
index e4ce137..12cc29a 100644
--- a/index.php
+++ b/index.php
@@ -209,7 +209,7 @@
// 停留所フォームをプリント
echo '
';
@@ -315,7 +315,7 @@
}
echo '';
- echo '';
+ echo '';
echo '';
echo '';
echo '';
@@ -336,7 +336,7 @@
echo '';
while($row = pg_fetch_array($res)) {
echo '- ';
- echo '';
+ echo '';
echo '';
echo '
';
}
@@ -349,6 +349,9 @@
}
pg_close($dbc);
+
+ if(strstr($_SERVER['HTTP_USER_AGENT'], "KAIOS"))
+ echo '';
?>