diff --git a/web/about_ca.php b/web/about_ca.php index d3f9c3d..3c01a0c 100644 --- a/web/about_ca.php +++ b/web/about_ca.php @@ -15,7 +15,7 @@
Here are some contacts of those involved
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International license.
diff --git a/web/about_en.php b/web/about_en.php index 61ca8be..843d1b2 100644 --- a/web/about_en.php +++ b/web/about_en.php @@ -14,7 +14,7 @@Here are some contacts of those involved
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International license.
diff --git a/web/about_es.php b/web/about_es.php index e0c3efb..c23e262 100644 --- a/web/about_es.php +++ b/web/about_es.php @@ -14,7 +14,7 @@Estos son algunos de los usuari@s implicados:
Excepto donde se indique algo distinto, la difusión del contenido de esta página está regulada por una licencia internacional Creative Commons 4.0.
diff --git a/web/about_fr.php b/web/about_fr.php index 8e828fe..d29365f 100644 --- a/web/about_fr.php +++ b/web/about_fr.php @@ -14,7 +14,7 @@Voici quelques contacts des personnes impliquées
Sauf indication contraire, le contenu de ce site est soumis à la licence Creative Commons Attribution 4.0 International.
diff --git a/web/about_it.php b/web/about_it.php index 8d9076f..b41e3c7 100644 --- a/web/about_it.php +++ b/web/about_it.php @@ -14,7 +14,7 @@Ecco alcuni degli utenti coinvolti
Eccetto dove diversamente specificato, i contenuti di questo sito sono rilasciati con Licenza Creative Commons Attribuzione 4.0 Internazionale.
diff --git a/web/mustard/include/getfc.php b/web/mustard/include/getfc.php index 927eeb2..f5f22f6 100644 --- a/web/mustard/include/getfc.php +++ b/web/mustard/include/getfc.php @@ -12,7 +12,7 @@ function getfc($url,$timeout) { $cerrno=curl_errno($curli); if ($cerrno) { $emsg=$cerrno; - $cerrmsg=curl_error($curli); + $cerrmsg=trim(curl_error($curli)); if ($cerrmsg!='') $emsg.=': '.$cerrmsg; $cont=false; } elseif (!$cont) {