summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-05-29 20:13:15 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-05-29 20:13:15 +0200
commit75d04f9a5fb6152e84d5ad60227156cfea5923bd (patch)
treeca678dc16925ab02feaea49fc3733217adea8b97
parent918d28ddced4ffb50d2ac3ab8500d16122a50a28 (diff)
Some cleanup on index.
-rw-r--r--index.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/index.php b/index.php
index 895be86..5ad4d74 100644
--- a/index.php
+++ b/index.php
@@ -23,8 +23,9 @@ require_once 'config.php';
<!DOCTYPE html>
<html lang="en">
<head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta charset="utf-8" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="Looking Glass, LG, BGP, prefix-list, AS-path, ASN, traceroute, ping, IPv4, IPv6, Cisco, Juniper, Internet" />
<meta name="description" content="<?php echo $config['frontpage']['title']; ?>" />
<title><?php echo $config['frontpage']['title']; ?></title>
@@ -117,7 +118,8 @@ require_once 'config.php';
if (isset($config['contact']) && !empty($config['contact'])) {
echo 'Contact:&nbsp;';
- echo '<a href="mail:'.$config['contact']['mail'].'">'.$config['contact']['name'].'</a>';
+ echo '<a href="mail:'.$config['contact']['mail'].'">'.
+ $config['contact']['name'].'</a>';
}
?>
</p>