Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Cannot Reproduce
-
14.2.1
-
None
-
None
-
0.1
-
Quasar
-
Puma Sprint 241
Description
I followed the steps to create a new editor layout:
https://documentation.bloomreach.com/14/library/concepts/document-types/custom-editor-layout.html
Below is my Layout.html
<html xmlns:wicket="http://wicket.apache.org/"> <wicket:head> <link rel="stylesheet" type="text/css" href="skin/RecipeLayout.css" /> </wicket:head> <wicket:panel> <div class="column-wrapper"> <div class="col40" wicket:id="extension.left">left column</div> <div class="col40" wicket:id="extension.right">right column</div> </div> <div class="column-wrapper"> <div class="" wicket:id="extension.bottom">bottom column</div> </div> </wicket:panel> </html>
In the document type we can see unwanted unicode characters    Â.
Please see attached image (UnicodeCharacetrs.png) for the issue.