From 5b55f9c7256c4dbdf57d5a9f1bf46f3ca4de8d7b Mon Sep 17 00:00:00 2001
From: Maximilian Gruber <maximilian.gruber@ptb.de>
Date: Tue, 2 Jul 2024 09:45:45 +0200
Subject: [PATCH] fix typo in filter template

---
 app/report/filter_template.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/report/filter_template.xml b/app/report/filter_template.xml
index d946e1d..00420a3 100644
--- a/app/report/filter_template.xml
+++ b/app/report/filter_template.xml
@@ -3,7 +3,7 @@
         <eq/>
         <ci id="output">y</ci>
         <apply>
-            <semantic>
+            <semantics>
                 <csymbol id="filter">IIR</csymbol>
                 <annotation-xml encoding="RDF/XML">
                     <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -67,7 +67,7 @@
 
                     </rdf:RDF>
                 </annotation-xml>
-            </semantic>
+            </semantics>
             <ci id="input">x</ci>
         </apply>
     </apply>
-- 
GitLab