fixed layout bug

master
Fabien Benetou 13 years ago
parent eb520ecd50
commit 63eee10ebe
  1. 3
      pmwiki_recipes/pim_functions.php

@ -180,8 +180,7 @@ function DisplayAudio($pagename){
<audio width=\"100\" controls=\"controls\" >
<source src=\"$audiourl\" type=\"audio/ogg\" />
Your browser does not allow HTML5 audio.</audio>
</a></br>";
print "Download the <a href=\"$audiourl\">audio file (ogg)</a> to play later.</div>";
</a></br>Download the <a href=\"$audiourl\">audio file (ogg)</a> to play later.</div>";
}
//display images with transparancy invertionnaly proportional to last time of update

Loading…
Cancel
Save