[Trac-tickets] [The Trac Project] #3169: mysterious gap before and
after code
The Trac Project
noreply at edgewall.com
Sat May 20 03:24:05 CDT 2006
#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/>
More information about the Trac-Tickets
mailing list