This commit is contained in:
vcestone 2021-01-12 15:10:02 +01:00
commit 3ddf48d55b
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ linkTerms=https://gemex.d4science.org/terms-of-use
linkCookies=https://gemex.d4science.org/cookie-policy
linkPrivacy=https://www.iubenda.com/privacy-policy/441050
linkProject=http://www.gemex.org
linkProject=http://www.gemex-h2020.eu/index.php
ECLogo=yes
ECLogoStyle=max-width: 35px;

View File

@ -58,7 +58,7 @@ declare %basex:inline function local:get-ec-logo($page){
};
declare %basex:inline function local:get-footer($page){
string-join($page/html/body/footer/div/div//text() ! replace(., "'", "''"), "<br/>")
string-join($page/html/body/footer/div/div//text() ! replace(., "'", "&quot;"), "<br/>")
};
declare %basex:inline function local:to-ansible-call($params as map(*)){