Commit c7af56cd authored by Seblu's avatar Seblu
Browse files

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)
parent 6dee48cc
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ $str ='';
		$str .= '

			<TR valign=top>
			<TD width="70">
			<TD width="40%">
				<a href="http://
				'.$link["link_link"].'
				" target=new class="texte_link">
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ function dispVideosByType($result, $video_type) {
    $str .= '	&nbsp;<a href="?video=' . $video["video_id"] . ' " class="texte_link"' . '>'.$video["video_name"].'</a></td><td>';

    if ($video["video_path_daily"])
      $str .= '<a href=?dailymotion='.$video["video_id"].' onclick="return popitup(this, \'EPTV\')" ><img src=\'../images/daily.png\' height=15 border=0></a>';
      $str .= '<a href="javascript:popup_video_dailymotion(\'?dailymotion='.$video["video_id"].'\')"><img src=\'../images/daily.png\' height=15 border=0 /></a>';
    $str .= '</TD><TD>'.$video["video_date"].'</TD><TD align=center><strong>'.$video["video_size"].' Mo</strong></TD></TR>';
  }