From c04784cb14ccbeb48ec185743dffff899f7808ba Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Thu, 29 May 2025 11:02:32 -0400 Subject: [PATCH] fix malformed html element --- www/kojiweb/templates/reporequest.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/kojiweb/templates/reporequest.html.j2 b/www/kojiweb/templates/reporequest.html.j2 index 9430c70d..6eeaebc4 100644 --- a/www/kojiweb/templates/reporequest.html.j2 +++ b/www/kojiweb/templates/reporequest.html.j2 @@ -22,7 +22,7 @@ Repo request {{ req_id }} not found. Options{{ req.opts | tojson(indent=4) }} #endif #if req.repo_id - Fulfilled by repo{{ req.repo_id }} + Fulfilled by repo{{ req.repo_id }} #endif #if req.task_id Task ID{{ req.task_id }} ({{ util.taskState(req.task_state) }})