[Trac-tickets] Re: [The Trac Project] #1634: Wiki-processor doesn't honor xhtml specs.

The Trac Project noreply at edgewall.com
Tue Jun 7 23:43:40 CDT 2005


#1634: Wiki-processor doesn't honor xhtml specs.
--------------------+-------------------------------------------------------
       Id:  1634    |      Status:  closed                  
Component:  wiki    |    Modified:  Tue Jun  7 23:43:39 2005
 Severity:  minor   |   Milestone:                          
 Priority:  normal  |     Version:  devel                   
    Owner:  mgood   |    Reporter:  Rede                    
--------------------+-------------------------------------------------------
Changes (by mgood):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 This has been fixed with [1773]

 There is a slight caveat when the closing tags are out of order:
 {{{
 __~~outoforderclosetags__~~
 }}}

 {{{
 #!text/html
 <span class="underline"><del>outoforderclosetags</del></span><del></del>
 }}}

 Note the empty {{{<del></del>}}} at the end.  I'm not really sure how to
 avoid this in this scenario.  However, the above example {{{__~~foo
 __bar~~}}} works as expected since the closing tags are not immediately
 next to each other.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1634>
The Trac Project <>


More information about the Trac-Tickets mailing list