Opened 19 years ago
Closed 19 years ago
#4385 closed defect (bug) (invalid)
Movable Type importer applies wpautop() to imported posts
| Reported by: | markjaquith | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
The Movable Type importer incorrectly applies wpautop() to imported posts, saving the HTML'd copy in the database.
This makes editing the posts in the plain text editor very frustrating.
The MT export file has line breaks. These should be preserved... not converted to paragraphs and <br />s.
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Nevermind... they're in the DB correctly. It's being added on the fly when you edit the post... new ticket.