Firefox add

前端 未结 7 1854
-上瘾入骨i
-上瘾入骨i 2021-01-02 21:38

EDIT: This isn\'t happening because of the ajax call. I changed it to use a value from a TinyMCE component for fun and I get the same thing.

content = tinyM         


        
7条回答
  •  悲哀的现实
    2021-01-02 21:58

    The problem is placing block elements inside an anchor tag. This is not valid HTML, even though most browsers will parse it fine.

    You just need to use a element inside the anchor, instead of a

    or

    .

提交回复
热议问题