From 9324c2c24f4b3ee7e5e26e577775985d7bd84f99 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Jun 2009 16:50:17 +0400 Subject: rework appearance of audio/video tags patch --- functions.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index da1326be2..aeca92362 100644 --- a/functions.php +++ b/functions.php @@ -4709,12 +4709,12 @@ $entry .= ""; + $entry .= " "; if (($ctype == __("audio/mpeg")) && (get_pref($link, "ENABLE_FLASH_PLAYER")) ) { - $entry .= "".__('Switch to Flash Player')."
"; + $entry .= "".__('Switch to Flash Player').""; $entry .= ""; } } elseif (substr($ctype,0,6)=="video/") { @@ -5263,12 +5263,12 @@ $entry .= ""; + $entry .= " "; if (($ctype == __("audio/mpeg")) && (get_pref($link, "ENABLE_FLASH_PLAYER")) ) { - $entry .= "".__('Switch to Flash Player')."
"; + $entry .= "".__('Switch to Flash Player').""; $entry .= ""; } } elseif (substr($ctype,0,6)=="video/") { -- cgit v1.2.3-54-g00ecf