contextual_pre_render_placeholder simply outputs raw HTML instead of using the new attribute system. This results in unescaped ampersands in HTML output.
Wrong:
<div data-contextual-id="views_ui:admin/structure/views/view:frontpage:location=page&name=frontpage&display_id=page_1"></div>
I will upload the patch as soon as I get an issue number.