You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am storing some content in html and displaying with triple {{{}}} like so
<p id="textArea" class="editable" data-type="wysihtml5" data-placeholder="Enter text" data-emptytext="Click to enter text" data-rows="4">{{{content}}}</p>
If the content is
hello
, the text is displayed below the editor when I edit,
hello
is not part of the original content I am editting.
The text was updated successfully, but these errors were encountered:
I am storing some content in html and displaying with triple {{{}}} like so
<p id="textArea" class="editable" data-type="wysihtml5" data-placeholder="Enter text" data-emptytext="Click to enter text" data-rows="4">{{{content}}}</p>
If the content is
hello
, the text is displayed below the editor when I edit,hello
is not part of the original content I am editting.The text was updated successfully, but these errors were encountered: