Explorar el Código

Fix servers page

Jovan Jovanovic hace 3 años
padre
commit
11135e14dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/servers/index.blade.php

+ 1 - 1
resources/views/servers/index.blade.php

@@ -85,7 +85,7 @@
                                     </tr>
                                     <tr>
                                         <td>Price per Hour</td>
-                                        <td>{{number_format($server->product->getHourlyPrice(),2,".")}} {{CREDITS_DISPLAY_NAME}}</td>
+                                        <td>{{number_format($server->product->getHourlyPrice(),2,".", "")}} {{CREDITS_DISPLAY_NAME}}</td>
                                     </tr>
                                     <tr>
                                         <td>Price per Month</td>