Description field small bug
-
When I put text in field description and store it, then source code for this field in table look like this:
<td id="desc"><i class="" aria-hidden="true"></i> <em class="">fffff</em></td>
And when I click on Manage File and then click Update Document button, the code is changed to:
<td id="desc"><i class="" aria-hidden="true"></i> <em class=""><p>fffff</p> </em></td>
As you see, there is additional tag P inside EM after updating. In this case to the field Description applied different css style (with tag P and without tag P). May be you have some ideas how to fix this. Thank you!
- The topic ‘Description field small bug’ is closed to new replies.