Browse Source

Fix servers page

Jovan Jovanovic 3 năm trước cách đây
mục cha
commit
11135e14dd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>