Merge pull request #1 from oe1kbc/patch-1

Update users.php
pull/2/head
Steve Miller 2020-10-20 17:10:33 -04:00 committed by GitHub
commit 0d480e3b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ for ($i=0;$i<$Reflector->StationCount();$i++) {
</table>
</div>
<div class="col-md-3">
<a href="https://m17project.org"><img class="hidden-xs hidden-sm" src="/images/m17_logo.svg" width="100%"></a>
<a href="https://m17project.org"><img class="hidden-xs hidden-sm" src="./images/m17_logo.svg" width="100%"></a>
<table class="table table-striped table-hover">
<?php
@ -205,4 +205,4 @@ echo '</tr>';
?>
</table>
</div>
</div>
</div>