Opened 18 years ago
Closed 18 years ago
#157 closed Bug (fixed)
Wrong empty tags generated
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed | Cc: |
Description
Steps to Reproduce
- Paste the following code in Source:
<span></span>
- Switch back to WYSIWYG and then to Source again. The resulting code is:
<p />
Confirmed with IE6 and FF2.
Expected Result
<p> </p>
Fixed with [178].
Click here for more info about our SVN system.