Last modified: 2010-05-15 15:48:24 UTC
Hi In the file MessageNl.php (and possible also for other languages), table ta contains a couple of Arrays, each containing an escaped single quote in the readable text (like after the word Pagina). Example: ta[\'pt-watchlist\'] = new Array(\'l\',\'Pagina\'s die op mijn volglijst staan\'); Where this should be an escape of a slash followed with an escape of the single quote. ta['pt-watchlist'] = new Array('l','Pagina\\\'s die op mijn volglijst staan'); Firefox error message when opening first page of MediaWiki: Fout: missing ) after argument list Bronbestand: http://localhost/index.php?title=-&action=raw&gen=js Regel: 16, Kolom: 44 Broncode: ta['pt-watchlist'] = new Array('l','Pagina's die op mijn volglijst staan'); Remark: when submitting this error, I got a message about wrong Keywords and to hit back.. With result, all text was gone. With kind regards, Kris
This is fixed in trunk and will no longer be a problem after the next branch in a couple of weeks. *** This bug has been marked as a duplicate of 8727 ***