Hi guys,
Something strange is happening when I add a link to a field type nicedit. This is my code:
This is the field filled with some lorem ipsum text in the admin panel:

And this is what I see in the inspector panel:

However, when I add a link to any word, immediately I see this in the inspector panel (notice the quotation marks):

And this is what I see in the front end:

So, the link ("a" tag) divides the paragraph. Any idea why it's happening?
Something strange is happening when I add a link to a field type nicedit. This is my code:
- Code: Select all
<cms:editable type="nicedit" name="person_short_about" label="About me (short)" desc="text shown on People page" buttons="bold, italic, link, unlink" height="100" />
- Code: Select all
<div id="<cms:show k_page_name />-bio" class="col position-relative collapsed-card collapse card card-body mt-4 mx-3 mx-md-0"><cms:show person_short_about /></div>
This is the field filled with some lorem ipsum text in the admin panel:

And this is what I see in the inspector panel:

However, when I add a link to any word, immediately I see this in the inspector panel (notice the quotation marks):

And this is what I see in the front end:

So, the link ("a" tag) divides the paragraph. Any idea why it's happening?