From df3956d504a14c865af678a05ee3c2f7b9937dfc Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Thu, 21 Dec 2023 10:53:59 +0100
Subject: [PATCH] Add param definition as embedded microdata

---
 mapfile/template.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mapfile/template.j2 b/mapfile/template.j2
index 5d0f543..14f1a79 100644
--- a/mapfile/template.j2
+++ b/mapfile/template.j2
@@ -77,7 +77,7 @@ WEB
               
               <h3>Explanation of parameters</h3>
               <ul>
-              <li>WHS = Wet hour sum</li>
+              <li>WHS = <span itemprop=\"WHS\">Wet hour sum</span></li>
               </ul>
             </div>
             "
-- 
GitLab