From cb092373601fb7994be59678a3ef70e31d66beda Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Thu, 12 Dec 2024 11:44:03 +0100 Subject: [PATCH] Revert this. --- src/libs/http.liq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/http.liq b/src/libs/http.liq index 1ef9cc529b..cece16dd1b 100644 --- a/src/libs/http.liq +++ b/src/libs/http.liq @@ -964,7 +964,7 @@ def http.headers.content_disposition(headers) = type: string, filename?: string, name?: string, - args: [(string*string?)] + args: [(string * string?)] } ) end,