Opened 16 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 16 years ago by Alfonso Martínez de Lizarrondo

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.

comment:2 Changed 16 years ago by Martin Kou

There are no more <?= in the SVN trunk source code, I think this is fixed?

comment:3 Changed 16 years ago by Wiktor Walc

Resolution: fixed
Status: newclosed

#1593 fixed this problem, there are no more short tags (<?) in the FCKeditor trunk. I fixed also fckpackager with [2071].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy