From 96a518d96ccf0ab19ec720e7d308bfd432bb5a30 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Aug 2023 13:03:03 +0300 Subject: [PATCH] update meta --- src/public/index.php | 5 +++-- src/public/peer.php | 5 +++-- src/public/search.php | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) 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) ?> - - + + +