diff --git a/src/public/index.php b/src/public/index.php index b6f09f7..31dc37f 100644 --- a/src/public/index.php +++ b/src/public/index.php @@ -171,8 +171,9 @@ $peers = $memory->getByMethodCallback( <?php echo sprintf(_('%s - Yggdrasil network explorer since %s'), WEBSITE_NAME, date('Y', $memory->getByMethodCallback($db, 'getPeerFirstByTimeAdded')->timeAdded)) ?> - - + + + diff --git a/src/public/peer.php b/src/public/peer.php index b488351..9a20b9c 100644 --- a/src/public/peer.php +++ b/src/public/peer.php @@ -125,8 +125,9 @@ $peerInfo = $memory->getByMethodCallback($db, 'getPeerInfo', [$requestPeerId]); <?php echo sprintf(_('Peer %s - %s'), $peerInfo->address, WEBSITE_NAME) ?> - - + + + diff --git a/src/public/search.php b/src/public/search.php index 5402818..2c3415c 100644 --- a/src/public/search.php +++ b/src/public/search.php @@ -64,8 +64,9 @@ $results = $sphinx->searchPeers($requestQuery, <?php echo sprintf(_('%s - Search - %s'), htmlentities($requestQuery), WEBSITE_NAME) ?> - - + + +