From 2ff205549becb0d49a04918a7a4ca587438182b5 Mon Sep 17 00:00:00 2001 From: Benjamin Kiessling Date: Fri, 1 Mar 2024 19:38:26 +0100 Subject: [PATCH] Avoid duplicate ids in alto line/region typology --- kraken/templates/alto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kraken/templates/alto b/kraken/templates/alto index 9d648b1e9..f018d2f5b 100644 --- a/kraken/templates/alto +++ b/kraken/templates/alto @@ -3,7 +3,7 @@ 'postprocessing': 'postOperation'} %} {%+ macro render_line(page, line) +%} - + {% if line.boundary %} @@ -72,10 +72,10 @@ {% for type, label in page.line_types %} - + {% endfor %} {% for label in page.region_types %} - + {% endfor %} {% if page.line_orders|length() > 0 %} @@ -107,7 +107,7 @@ {% if loop.previtem and loop.previtem.type == 'line' %} {% endif %} - +