What does Firebug “XML cannot be the whole program” error message mean?

前端 未结 7 2071
慢半拍i
慢半拍i 2020-12-19 01:41

I just got this error message in Firebug. A google search reveals nothing but other mystified people! Does anyone have any idea what it means?

It\'s being indicated

7条回答
  •  庸人自扰
    2020-12-19 02:00

    It also happens, when you use jQuery's template plugin, and you place the markup in a script tag, but you forget to change the script tag's type attribute to 'text/x-jquery-tmpl'

提交回复
热议问题