Le 23.10.2012 18:46, Martin Konečný a écrit : > It is a function defined in utils.liq. > > Make sure you include pervasives.liq, which will automatically > include utils.liq and all other necessary files. > > I believe if pervasives.liq is in the correct path, then Liquidsoap > will find and use it automatically, but the Liquidsoap guys can fill > in the details here :)
Thk I found the utils.liq in 0.9.2 and find mksafe def. (It's not provided by liq 1.0.1 debian packages) def mksafe(s) fallback(id="mksafe",track_sensitive=false,[s,blank(id="safe_blank")]) end Work fine with liq 1.0.1. In test this night, and check result tomorrow ! An other thk :-) ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
