Hi, I have a workaround:<br><br><%@page buffer="none" session="false" taglibs="cms"%><br><cms:formatter var="content" val="value"><br>    <div <b>style="height: 24px;"</b>><br>
        <div>${value.Title}</div> <br>    </div><br></cms:formatter><br><br>It doesn't work with less pixels.<br><br><div class="gmail_quote">2012/10/2 Víctor Martín <span dir="ltr"><<a href="mailto:venosov@gmail.com" target="_blank">venosov@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, there is a big problem with the migration, if you have a simple formatter like:<br><br><%@page buffer="none" session="false" taglibs="cms"%><br>
<cms:formatter var="content" val="value"><br>
    <div><br>        <div>${value.Title}</div> <br>    </div><br></cms:formatter><br><br>you won't see the symbol to edit that string in ADE with v8.5 (in 8.0.4 it works, Title is a OpenCmsString), but if you change to:<br>

<br><h2>${value.Title}</h2> <br><br>it'll work, any suggestions? Thanks in advance.<br><br>The same case for span --> h2<br><br><br>
</blockquote></div><br>