[wp-trac] [WordPress Trac] #7655: Code view should reflect output
WordPress Trac
wp-trac at lists.automattic.com
Sun Aug 31 12:13:37 GMT 2008
#7655: Code view should reflect output
-------------------------+--------------------------------------------------
Reporter: mrmist | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.8
Component: General | Version: 2.6.1
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Currently, if I enter the following into the visual editor
Here’s a paragraph.
And another…
(So that there is a blank line between the two) and then switch to "code"
view, then all I see is this -
Here’s a paragraph.
And another…
Exactly the same as I just typed into the visual editor. However, that's
not the code that gets published when I hit publish. The code that gets
published is this -
{{{
<p>Here’s a paragraph.</p>
<p> </p>
<p>And another…</p>
}}}
Should the "code" view not actually show the code that's going to be sent
to the browser in the finished article? (I.E. the p tags and the entity
codes?)
--
Ticket URL: <http://trac.wordpress.org/ticket/7655>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list