From c7af56cd3c3527483b9c02ef6826e22e7125474a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Sat, 6 Mar 2010 05:22:39 +0000 Subject: [PATCH] fix bad dailymotion link in page video remove trailing whitespace in contact.php fix bad link showing in contact.php (not enough space for www.epitech.eu) --- include/contacts.php | 28 ++++++++++++++-------------- include/videos.php | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/include/contacts.php b/include/contacts.php index 2d01892..4502dc3 100644 --- a/include/contacts.php +++ b/include/contacts.php @@ -11,18 +11,18 @@ function dispContacts() { /////// BEGIN TABLE DOWN /////// $str .= dispTableBegin("l i e n s", "95", 1); - $str .= ' + $str .= ' '; $str .= dispContactsLinks(); $str .= ' - - '; - $str .= dispTableEnd(); + + '; + $str .= dispTableEnd(); $str .= ' - +

Contactez nous

@@ -33,7 +33,7 @@ function dispContacts() { $str .= ' - +
'; $str .= dispContactsAssoInfos(); @@ -49,10 +49,10 @@ function dispContacts() { - +
 
- '; - + '; + echo $str; } @@ -131,11 +131,11 @@ function dispContactsAssoInfos() { '; } - + $str .= '
'; - + } if ($asso["asso_phone"]) { @@ -152,7 +152,7 @@ function dispContactsAssoInfos() { - téléphone: + téléphone: @@ -189,7 +189,7 @@ function dispContactsAssoInfos() { } return ($str); - + } @@ -206,7 +206,7 @@ $str =''; $str .= ' - + diff --git a/include/videos.php b/include/videos.php index d5c61c2..94552b0 100644 --- a/include/videos.php +++ b/include/videos.php @@ -121,7 +121,7 @@ function dispVideosByType($result, $video_type) { $str .= '  '.$video["video_name"].''; if ($video["video_path_daily"]) - $str .= ''; + $str .= ''; $str .= ''.$video["video_date"].''.$video["video_size"].' Mo'; } -- GitLab