From dd27344dc66ae22005811a699fcd35df7218d3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 18 Sep 2023 00:08:27 +0200 Subject: [PATCH] fix pushurl via htmx --- src/routing/routes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routing/routes.rs b/src/routing/routes.rs index 41a1b3a..9de8a69 100644 --- a/src/routing/routes.rs +++ b/src/routing/routes.rs @@ -1086,7 +1086,7 @@ pub async fn trip_category_select( let mut headers = HeaderMap::new(); headers.insert::( htmx::ResponseHeaders::PushUrl.into(), - format!("?={category_id}").parse().unwrap(), + format!("?category={category_id}").parse().unwrap(), ); Ok((