Browse Source

fix w3c validation errors

yggdrasil-0.4.7
ghost 1 year ago
parent
commit
a91e06fdd8
  1. 10
      src/public/search.php

10
src/public/search.php

@ -236,9 +236,9 @@ $results = $sphinx->searchPeers($requestQuery, @@ -236,9 +236,9 @@ $results = $sphinx->searchPeers($requestQuery,
</td>
<td colspan="5" class="text-right">
<?php if (TRACKER_PUBLIC_PEERS) { ?>
<div class="margin-y-8"><?php echo _('get yourself tracked by connection') ?><div>
<div class="margin-y-8"><?php echo _('get yourself tracked by connection') ?></div>
<?php foreach (TRACKER_PUBLIC_PEERS as $address) { ?>
<div><?php echo $address ?><div>
<div><?php echo $address ?></div>
<?php } ?>
<?php } ?>
</td>
@ -248,11 +248,11 @@ $results = $sphinx->searchPeers($requestQuery, @@ -248,11 +248,11 @@ $results = $sphinx->searchPeers($requestQuery,
<tfoot>
<tr>
<td class="text-center">
<div class="margin-y-8"><?php echo _('not found') ?><div>
<div class="margin-y-8"><?php echo _('not found') ?></div>
<?php if (TRACKER_PUBLIC_PEERS) { ?>
<div class="margin-y-8"><?php echo _('get yourself tracked by connection') ?><div>
<div class="margin-y-8"><?php echo _('get yourself tracked by connection') ?></div>
<?php foreach (TRACKER_PUBLIC_PEERS as $address) { ?>
<div class="margin-y-8"><?php echo $address ?><div>
<div class="margin-y-8"><?php echo $address ?></div>
<?php } ?>
<?php } ?>
</td>

Loading…
Cancel
Save