Edgewall Software
Modify

Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#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 Christian Boos, 18 years ago

Milestone: 0.10
Owner: changed from Jonas Borgström to Christian Boos
Severity: normaltrivial

comment:2 by Christian Boos, 18 years ago

Resolution: fixed
Status: newclosed

Was fixed in r3457.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.