The devel module appends some HTML to the javascript generated by quicktags (i.e., when "?q=quicktags" is accessed).

Read explanation here.

One solution is to exit() at the bottom of quicktags_javascript() (BTW, that's what 'autocomplete' handlers do).

Comments

Bèr Kessels’s picture

Title: conflict with devel module » add exit() to avoid conflict with modules rendering HTML at the end of a page.

I'd like a review or test wich confirms that exit() works.