diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-30 11:32:01 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-30 11:32:01 +0200 |
commit | c08149c783684fbdb0510efa28a98dd1de224c7c (patch) | |
tree | 720814d4b894db2ae2d1dba147d66604f10510f7 /index.php | |
parent | eda8bf17dd94160c26a9c53742343c85ccab8a4a (diff) |
Missing character.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" />'; |