Opened 9 years ago
Closed 9 years ago
#14680 closed Bug (duplicate)
Adding new tag (self-closing)
Reported by: | Yunus ÖZ | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I use ckeditor in a project and i have a problem i setted 2 tag called "member, pro"
when i use them like this
<member /> <pro />
ckeditor make the first tag to auto parent for next tag so wysiwyg side show me it like this (i looked it to object-inspector)
<member> <pro /> </member>
and when i return to source code there is no problem :( looking good What is the problem i cant understand. and if i set them to normal tag (non self-closer) everything is ok
Attachments (1)
Change History (2)
Changed 9 years ago by
Attachment: | member_pro.jpg added |
---|
comment:1 Changed 9 years ago by
Keywords: | new tag self closing removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Version: | 4.5.8 |
Please see #14418. It explains status of this issue and shows how to implement custom inline tags.
screen shot