Use correct bwbar image in search results. Thanks to skyroveRR for the report.
This commit is contained in:
parent
938aaa5960
commit
aee49775b9
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue