Fix travis

This commit is contained in:
andreubisquerra 2020-06-01 17:52:38 +02:00 committed by GitHub
parent 8abe60db0b
commit b0f904508a
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"> <div class="item">
<h4>'.$pro->label.'</h4> <h4>'.$pro->label.'</h4>
<span class="dots"></span> <span class="dots"></span>
<span class="price">'.price($pro->price_ttc,1).'</span> <span class="price">'.price($pro->price_ttc, 1).'</span>
</div> </div>
</div>'; </div>';
} }