Update tpl/bootstrap5.php
Co-authored-by: rugk <rugk+git@posteo.de>
This commit is contained in:
parent
5c6bd3eba8
commit
8bfab7fd89
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ endif;
|
||||||
</button>
|
</button>
|
||||||
<div id="navbar" class="collapse navbar-collapse">
|
<div id="navbar" class="collapse navbar-collapse">
|
||||||
<ul class="navbar-nav me-auto">
|
<ul class="navbar-nav me-auto">
|
||||||
<li id="loadingindicator" class="navbar-text hidden me-2">
|
<li id="loadingindicator" class="navbar-text hidden me-auto">
|
||||||
<svg width="16" height="16" fill="currentColor" aria-hidden="true"><use href="img/bootstrap-icons.svg#clock" /></svg>
|
<svg width="16" height="16" fill="currentColor" aria-hidden="true"><use href="img/bootstrap-icons.svg#clock" /></svg>
|
||||||
<?php echo I18n::_('Loading…'), PHP_EOL; ?>
|
<?php echo I18n::_('Loading…'), PHP_EOL; ?>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue