From d0fac5c36e4545603eebc317bfc90b786c12203e Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Thu, 26 Aug 2004 09:40:57 +0000 Subject: [PATCH] xhtml --- htdocs/fiche.php | 2 +- include/applis.func.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fiche.php b/htdocs/fiche.php index 2987485..8d5070c 100644 --- a/htdocs/fiche.php +++ b/htdocs/fiche.php @@ -189,7 +189,7 @@ $result = mysql_query("SELECT text, url $gxs = ""; while (list($gxt,$gxu) = mysql_fetch_row($result)) { if ($gxs) $gxs .= ", "; - if ($gxu) $gxs .= ""; + if ($gxu) $gxs .= ""; $gxs .= $gxt; if ($gxu) $gxs .= ""; } diff --git a/include/applis.func.inc.php b/include/applis.func.inc.php index 018ecd3..5eddbcb 100644 --- a/include/applis.func.inc.php +++ b/include/applis.func.inc.php @@ -61,7 +61,7 @@ function applis_fmt($type, $text, $url) { if ($text!="Université") { if ($txt) $txt .= " "; if ($url) - $txt .= "$text"; + $txt .= "$text"; else $txt .= $text; } -- 2.1.4