summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-05-30 11:32:01 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-05-30 11:32:01 +0200
commitc08149c783684fbdb0510efa28a98dd1de224c7c (patch)
tree720814d4b894db2ae2d1dba147d66604f10510f7 /index.php
parenteda8bf17dd94160c26a9c53742343c85ccab8a4a (diff)
Missing character.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 456fd23..2e38c69 100644
--- a/index.php
+++ b/index.php
@@ -173,7 +173,7 @@ final class LookingGlass {
print '<meta name="viewport" content="width=device-width, initial-scale=1" />';
print '<meta name="keywords" content="Looking Glass, LG, BGP, prefix-list, AS-path, ASN, traceroute, ping, IPv4, IPv6, Cisco, Juniper, Internet" />';
print '<meta name="description" content="'.$this->frontpage['title'].'" />';
- print '<title>'.htmlentities($this->frontpage['title'].'</title>';
+ print '<title>'.htmlentities($this->frontpage['title']).'</title>';
print '<link href="bootstrap-3.1.1/css/bootstrap.min.css" rel="stylesheet" />';
print '<link href="bootstrap-3.1.1/css/bootstrap-theme.min.css" rel="stylesheet" />';
print '<link href="'.$this->frontpage['css'].'" rel="stylesheet" />';