mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 19:40:56 -07:00
Remove redundant quotes in .html files
This commit is contained in:
parent
c436f0791a
commit
c23924e987
24 changed files with 37 additions and 37 deletions
|
@ -124,7 +124,7 @@ sort-star="<? if($_SESSION['favourites']['CRON'][$key] == 1) echo '1'; else echo
|
|||
<div class="l-unit__date">
|
||||
<?=translate_date($data[$key]['DATE'])?>
|
||||
</div>
|
||||
<div class="l-unit__suspended""><?=__('suspended')?></div>
|
||||
<div class="l-unit__suspended"><?=__('suspended')?></div>
|
||||
<div class="text-center">
|
||||
<i class="l-icon-star"></i>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue