Closed
Bug 317390
Opened 19 years ago
Closed 19 years ago
Composer strips out php script when editing HTML in a .php page
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
People
(Reporter: mail, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051116 SeaMonkey/1.0b
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051116 SeaMonkey/1.0b
For example
<div align="center"><?php echo $count;?> visitors this month</div>
in a composer edited page becomes
<div align="center"> visitors this month</div>
<?php echo $count;?> has been removed
Whilst most php can be embodied within a HTML comment php echo cannot.
Reproducible: Always
Steps to Reproduce:
1. In composer create a new page
2. Edit source to include <?php echo $count;?>
3. Save new page
4. Check page source (in another editor)
5 <?php echo $count;?> is missing
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 59985 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•