From 7fd3e65a187ffad7d201d725c8adc13222afe0c4 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Tue, 7 Jan 2025 13:06:15 +0100
Subject: [PATCH] Bug 38713: serials/showpredictionpattern.tt

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
---
 .../prog/en/modules/serials/showpredictionpattern.tt            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt
index ea6e6ab46d3..a7eb877ced9 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt
@@ -76,8 +76,8 @@
           [% ELSE %]
             <input type="checkbox" name="irregularity" value="[% prediction.issuenumber | html %]" data-dow="[% prediction.dow | html %]" />
           [% END %]
-         </td>
          [% END %]
+         </td>
         [% END %]
       </tr>
     [% END %]
-- 
2.34.1