fixed scraper script and gemex project link

This commit is contained in:
root 2021-01-12 14:53:04 +01:00
parent 52d58bac1e
commit 2fdbebfce4
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(*)){