diff --git a/src/a3 b/src/a3 index 0c8e7e8..10ca647 100755 Binary files a/src/a3 and b/src/a3 differ diff --git a/src/a3pkg/htmx.nim b/src/a3pkg/htmx.nim index ece133b..49f3067 100644 --- a/src/a3pkg/htmx.nim +++ b/src/a3pkg/htmx.nim @@ -440,7 +440,7 @@ proc sendCheckOut*(val: Table[string, Validity], total: string): string = proc totalPriceHTML*(products: seq[Products], cart: seq[Cart]): string= var total: float = 0.0 - fru = "" + fru: string for id, product in products: fru.add("""