Applet code gone

Applet code gone

by Franck Bellemain -
Number of replies: 3

Hello,

I just upgrade my moodle to 1.5+ version. Now, each time I open for atualization an html page with java applets, the html code <applet>...</applet> is removed in the html editor and the applets are, obvioulsy, not displayed. Is there something that should be done in the configuration to avoid this?

Thank you,

Franck

రేటింగుల సగటు: -
In reply to Franck Bellemain

Re: Applet code gone

by Janne Mikkonen -
Tag <applet> are not in $ALLOWED_TAGS variable nor it isn't under $CFG->allowobjectembed (these can be found at the top of weblib.php file just after format constants)

So you'll need add <applet> tag in one of them

- Janne -