Opened 15 years ago
Closed 15 years ago
#6413 closed Bug (fixed)
Extra indent in the <pre> tag
| Reported by: | galeki | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4.2 |
| Component: | Core : Output Data | Version: | 3.1 |
| Keywords: | Cc: | jude@… |
Description
Try insert a <pre> block in a <li> block:
<li> Code 1
<pre>
abc
def
ghi
</pre>
</li>
The html source formater auto indent the <pre> tag and the first line of the content of <pre>:
<li> Code 1
<pre>
abc
def
ghi
</pre>
</li>
So when show in the browser, there is always a extra indent before the first line of the "abc".
Change History (4)
comment:1 Changed 15 years ago by
| Component: | General → Core : Output Data |
|---|---|
| Keywords: | html format removed |
| Status: | new → confirmed |
| Version: | 3.4.1 → 3.1 |
comment:3 Changed 15 years ago by
| Cc: | jude@… added |
|---|
comment:4 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | confirmed → closed |

Occurs since CKEditor 3.1