xml - firefox crash when have xul overlay with 2 xmlns properties -


firefox crashing when run empty addon code, when removing 1 'xmlns' property avoid crash

 <?xml version="1.0"?>  <overlay  xmlns:html="http://www.w3.org/1999/xhtml"   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">  </overlay> 

how can fix it? or how can use html tags without 'xmlns:html'?


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -