Use correct bwbar image in search results. Thanks to skyroveRR for the report.

This commit is contained in:
Darren 'Tadgy' Austin 2023-04-09 11:05:58 +01:00
commit aee49775b9
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<center>
<b>Mirror server bandwidth utilisation</b><br>
<!-- Note: This can't include shtml content due to the way it's included from search.cgi -->
<img src="/html/bwbar-white.png" title="Bandwidth usage bar" alt="Bandwidth usage bar" border=0>
<img src="/html/bwbar-dark.png" title="Bandwidth usage bar" alt="Bandwidth usage bar" border=0>
</center>
</body>
</html>

View file

@ -1,7 +1,7 @@
<center>
<b>Mirror server bandwidth utilisation</b><br>
<!-- Note: This can't include shtml content due to the way it's included from search.cgi -->
<img src="/html/bwbar-black.png" title="Bandwidth usage bar" alt="Bandwidth usage bar" border=0>
<img src="/html/bwbar-light.png" title="Bandwidth usage bar" alt="Bandwidth usage bar" border=0>
</center>
</body>
</html>