PDA

View Full Version : Make admin/functions.php stop breaking IDEs


filburt1
03-24-2003, 10:00 PM
This is a benefit for only programmers, end users get nothing.

In admin/functions.php there are some occurances of <? and ?>. This can break the color-coding in many IDEs. This hack tricks the IDE, forcing the color-coding to be corrected.

filburt1
03-25-2003, 08:18 PM
Before (top) and after (bottom):

Chris M
03-25-2003, 08:19 PM
Great!:)

Satan

Boofo
03-25-2003, 09:15 PM
Nicely done. ;)

VeoMorphine
03-26-2003, 10:16 AM
Very nice. Great job.

Dean C
03-26-2003, 03:45 PM
Haha cool :)

Cyborg from DH
05-29-2003, 04:32 PM
on a side note, you can just use

"<" . "?"

Bison
05-29-2003, 04:45 PM
Good thinking! ;)