Last modified: 2011-11-09 19:44:05 UTC
The RapidHTML tokens starting with '#' clobber ID selection with the token name. e.g. The #amount token clobbers the following CSS and jQuery commands: #amountTable { /* ... */ } $("#amountTable") Proposed fix, find a new token identifier that does not clash with PHP/HTML/CSS/JS or find another way to to the str_replace
Resolved in r97776 by switching tokens from # to @ http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97776