Opened 17 years ago
Closed 16 years ago
#2239 closed Bug (fixed)
Remove <?= from php scripts
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.2 |
Component: | Server : PHP | Version: | |
Keywords: | Confirmed | Cc: |
Description
Reported on #fckeditor IRC channel by OZZlE.
When short_open_tag setting is disabled, <?=
doesn't work.
<?php echo...
should be used instead.
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 16 years ago by
There are no more <?= in the SVN trunk source code, I think this is fixed?
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The patch for #1593 does already include the change for the sampleposteddata.php
It seems that there are no more places the the <?= is used, so I guess that this can be closed when that patch is checked in.