From 10995b4e4a700e87fd9e372bba133dc9422fcecc Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Thu, 28 Jul 2011 19:54:26 +0200 Subject: [PATCH] failing to resize --- pmwiki_recipes/pim_functions.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pmwiki_recipes/pim_functions.php b/pmwiki_recipes/pim_functions.php index a3ea778..69ee723 100644 --- a/pmwiki_recipes/pim_functions.php +++ b/pmwiki_recipes/pim_functions.php @@ -176,8 +176,12 @@ function DisplayAudio($pagename){ $audiofile = $FarmD."/pub/audio/".$pagename.".ogg"; $audiourl = $ScriptUrl."/pub/audio/".$pagename.".ogg"; if (file_exists($audiofile)) - print "
"; - print "Download the audio file (ogg) to play later."; + print "
+ +
"; + print "Download the audio file (ogg) to play later.
"; } //display images with transparancy invertionnaly proportional to last time of update