diff --git a/views/search.ejs b/views/search.ejs index 8a24a8e..66a4fac 100644 --- a/views/search.ejs +++ b/views/search.ejs @@ -29,7 +29,7 @@

<%=prod.name %>

-

<%=prod.price %>€

+

<%=prod.price.toFixed(2) %>

<% if (prod.rating) { prod.rating = Math.round(prod.rating/2)