Modify ↓
#3169 closed defect (fixed)
mysterious gap before and after code
Reported by: | mOo | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | wiki system | Version: | 0.9.5 |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
with default installtion, css
{{{ <?php asdf ?> }}}
produce
<?php asdf ?>
but
{{{ #!php <?php asdf ?> }}}
produce
<?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.
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
Milestone: | → 0.10 |
---|---|
Owner: | changed from | to
Severity: | normal → trivial |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Was fixed in r3457.