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>