#3169: mysterious gap before and after code
--------------------+-------------------------------------------------------
 Reporter:  mOo     |       Owner:  jonas
     Type:  defect  |      Status:  new  
 Priority:  normal  |   Milestone:       
Component:  wiki    |     Version:  0.9.5
 Severity:  normal  |    Keywords:       
--------------------+-------------------------------------------------------
 with default installtion, css
 {{{
 {{{
 <?php
 asdf
 ?>
 }}}
 }}}
 produce
 {{{
 <?php
 asdf
 ?>
 }}}

 but
 {{{
 {{{
 #!php
 <?php
 asdf
 ?>
 }}}
 }}}
 produce
 {{{
 #!php
 <?php
 asdf
 ?>
 }}}
 (the effect here is only visible as long as the bug still exists on the
 trac this ticket system is using)

 there's mysterious gap before and after the source code, inside the box,
 formatted by #!php processor
 [hr]this is inaccepetable for something like php, because the user maybe
 misleading to output empty lines before they use header("...") in php.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3169>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to