Quote:
Originally Posted by Emera
Pardon the bumb, but I've just spotted an error with how it styles a part of my code. I've got a chunk in my script that says
PHP Code:
if (this.algo = > this.algo2) {
RC spits out an error if there's a space after the '=' sign, but doesn't if it's removed. :P
|
It's an error, but you should be doing >= instead of => anyway to comply with general programming conventions.