Fix travis

This commit is contained in:
andreubisquerra 2020-05-31 02:34:46 +02:00 committed by GitHub
parent 5f49586f12
commit 3ddce9f0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ foreach ($maincategories as $cat){
<div class="item">
<h4>'.$pro->label.'</h4>
<span class="dots"></span>
<span class="price">'.price($pro->price_ttc,1).'</span>
<span class="price">'.price($pro->price_ttc, 1).'</span>
</div>
</div>';
}