Closed
Bug 166609
Opened 23 years ago
Closed 23 years ago
Any PHP html tags placed in the html through composer are removed when using save or publish.
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
People
(Reporter: morriswrk, Unassigned)
Details
(Whiteboard: DUPEME)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826
When I try to manually place php tags with either <? ?> or <?php ?>, composer
removes them when I save or publish.
Reproducible: Always
Steps to Reproduce:
1.Enter text manually
2.Save or Publish
3.
Actual Results:
The html php was removed totally from the source.
Expected Results:
Leave the php in.
Comment 1•23 years ago
|
||
Akkana--isn't this a duplicate? I can't find it.
Summary: Any PHP html tags placed in the html through composer are removed when using save or publish. → Any PHP html tags placed in the html through composer are removed when using save or publish.
Whiteboard: DUPEME
Comment 2•23 years ago
|
||
Yep, it's a dup. The parser is removing these tags before composer gets them,
since they're not valid html tags.
*** This bug has been marked as a duplicate of 59985 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•