From eaacf0cf116ddc96d76a959846c7df3c513bbc5c Mon Sep 17 00:00:00 2001 From: margaretha Date: Tue, 21 Mar 2023 15:23:58 +0100 Subject: [PATCH] Added centre links in the format recommendation table (closed #153) --- SIS/clarin/modules/recommended-formats.xql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SIS/clarin/modules/recommended-formats.xql b/SIS/clarin/modules/recommended-formats.xql index f2994f87..2ee8b177 100644 --- a/SIS/clarin/modules/recommended-formats.xql +++ b/SIS/clarin/modules/recommended-formats.xql @@ -342,8 +342,10 @@ declare function rf:print-recommendation-row($format, $centre, $domain, $include { if ($includeCentre) then - {$centre} + { + + {$centre}} + else () }