Hi saguaros
It was created with JA Builder at the same time as pages Logout, Hello, Bye (ID 29, 30, 31) and if I open any of those in JA Builder I get the HTML editor as expected.
Code in database:
<section class="jub-block spotlight-1 " data-jub-block-id="_25"><div class="spotlight spacing-none " style=""><div class="container container-lg ">
<div class="jub-contents z-depth- shape-square " style=" ">
<div class="jub-element jub-element-row text-center ">
<div class="row "><div class="col-md-5">
<div class="jub-contents z-depth- shape-square " style=" ">
<div class="jub-element jub-element-image spacing-bottom-md">
<div class="jub-media-img z-depth- "><img src="images/mhl_photos/whois_avatar.jpg" alt="Your image" class=" " style=" " /></div>
</div>
</div>
</div><div class="col-md-7">
<div class="jub-contents z-depth- shape-square " style=" ">
<div class="jub-element jub-element-text text-left ">
<h1 class="jub-h1 " data-placeholder="text">„Log In / Registrieren“ </h1>
</div>
<div class="jub-element jub-element-text text-left spacing-top-md spacing-bottom-md">
<p class="jub-p " data-placeholder="text">Schön dass Du dabei bist. Wir möchten gemeinsam wachsen und freuen uns, wenn Du Deine Erfahrungen immer wieder mit uns teilst. Erzähl uns, wie Du Dich im Alltag fühlst und was Dir geholfen hat. Und wenn Du eine Gruppe vor Ort für den persönlichen Austausch findest.</p>
</div>
<div class="jub-element jub-element-cms-content ">
<div class="jub-cmsc "><jdoc:include type="module" name="mod_login" title="Login Form" id="16" style="none" params="{}" /></div>
</div>
</div>
</div></div>
</div>
</div>
</div></div><script>setTimeout(function () {JUB.afterRenderBlock(function($, $block){
$block.find ('.jub-element-row > .row').each (function (){
var $row = $(this),
$cols = $row.children(),
mh = 0;
$cols.each(function () {
if (mh < $(this).height()) mh = $(this).height();
});
$cols.each(function () {
$(this).children().first().css('min-height', mh);
})
})
}, '_25');}, 200);</script></section>