Ver código fonte

Validating xhtml

vbracco 16 anos atrás
pai
commit
0f7c6e546b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      classes/gelato.class.php

+ 1 - 1
classes/gelato.class.php Ver arquivo

@@ -184,7 +184,7 @@ class gelato extends Conexion_Mysql {
184 184
 		} elseif (isGoEar($url)) {
185 185
 			return "\t\t\t<object type=\"application/x-shockwave-flash\" data=\"http://www.goear.com/files/localplayer.swf\" width=\"366\" height=\"75\"><param name=\"movie\" value=\"http://www.goear.com/files/localautoplayer.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"FlashVars\" value=\"file=".getGoEarCode($url)."\" /></object>\n";
186 186
 		} elseif (isOdeo($url)) {
187
-			return "\t\t\t<object type=\"application/x-shockwave-flash\" data=\"http://media.odeo.com/flash/odeo_player.swf?v=3\" width=\"366\" height=\"75\"><param name=\"quality\" value=\"high\" /><param name=\"FlashVars\" value=\"type=audio&id=".getOdeoCode($url)."\" /><param name=\"wmode\" value=\"transparent\" /></object></object>\n";
187
+			return "\t\t\t<object type=\"application/x-shockwave-flash\" data=\"http://media.odeo.com/flash/odeo_player.swf?v=3\" width=\"366\" height=\"75\"><param name=\"quality\" value=\"high\" /><param name=\"FlashVars\" value=\"type=audio&amp;id=".getOdeoCode($url)."\" /><param name=\"wmode\" value=\"transparent\" /></object>\n";
188 188
 		} else {
189 189
 			return "This URL is not an MP3 file.";
190 190
 		}