Javascript error

richelesro

Member
:
2003.5 BYM MSP
Whenever I visit the rotary forum I get a Javascript error saying that ';' is missing. It only happens in that one forum.
 
Here's the source of the problem:

var source = 'Forum 126: Rotary Mazda's';

It should be:

var source = 'Forum 126: Rotary Mazda\'s';
 
Back