fixed layout bug

master
Fabien Benetou 14 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\" > <audio width=\"100\" controls=\"controls\" >
<source src=\"$audiourl\" type=\"audio/ogg\" /> <source src=\"$audiourl\" type=\"audio/ogg\" />
Your browser does not allow HTML5 audio.</audio> Your browser does not allow HTML5 audio.</audio>
</a></br>"; </a></br>Download the <a href=\"$audiourl\">audio file (ogg)</a> to play later.</div>";
print "Download the <a href=\"$audiourl\">audio file (ogg)</a> to play later.</div>";
} }
//display images with transparancy invertionnaly proportional to last time of update //display images with transparancy invertionnaly proportional to last time of update

Loading…
Cancel
Save