[xwiki-users] <progress> html tag on Xwiki
4 Oct
2012
4 Oct
'12
1:05 a.m.
Hi I cannot show a <progress> HTML tag on Xwiki , how it comes ? and how to solve that probleme Thanks
4 Oct
4 Oct
2: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/
4991
Age (days ago)
4992
Last active (days ago)
1 comments
2 participants
participants (2)
-
Boudjelda Mohamed Said -
Sergiu Dumitriu