[wp-trac] Re: [WordPress Trac] #3698: Matching more tags eats up too much content

WordPress Trac wp-trac at lists.automattic.com
Fri Feb 23 08:39:33 GMT 2007


#3698: Matching more tags eats up too much content
---------------------+------------------------------------------------------
 Reporter:  Curioso  |        Owner:  anonymous
     Type:  defect   |       Status:  reopened 
 Priority:  normal   |    Milestone:  2.1.2    
Component:  General  |      Version:  2.1      
 Severity:  normal   |   Resolution:           
 Keywords:           |  
---------------------+------------------------------------------------------
Comment (by yskin):

 Replying to [comment:8 Nazgul]:
 > Yskin, I'm unable to reproduce your issue in 2.1.1.

 In the backend of test.edward.in, click Code tab, enter
 {{{
 First line.<!--more-->Second line.<!--page-->Third line.
 }}}
 And then publish post.

 HTML in front page(http://test.edward.in/):
 {{{
 <p>First line. <a href="http://test.edward.in/?p=4#more-4" class="more-
 link">-->Second line.</a></p>
 }}}

 HTML in post page(http://test.edward.in/?p=4):
 {{{
 <p>First line.<a id="more-4"></a>Third line.</p>
 }}}

 Replace "<!--page-->" to "<!--nextpage-->", everything is ok. So this bug
 does not impact many people, because not many people will use HTML comment
 in post content.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3698#comment:9>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list