4 Oct
2012
4 Oct
'12
12:33 a.m.
On 10/03/2012 07:05 PM, Boudjelda Mohamed Said wrote:
Hi I cannot show a <progress> HTML tag on Xwiki , how it comes ? and how to solve that probleme
Probably because you've put it in a {{html}} macro, and by default that "cleans" the HTML code inside it to generate only valid XHTML code. And "<progress>" is not a valid XHTML element. Just use {{html clean="false"}} to disable the cleanup. -- Sergiu Dumitriu http://purl.org/net/sergiu/