Heya, The Instiki wiki on http://wiki.script.aculo.us/scriptaculous/show/ HomePage runs fine, but I have a big problem: I need to disable the diffing inside <nowiki> tags, as this is causing the javascript-based demos to go havoc. Any hints where to look? quick fixes...? Thomas
Thomas Fuchs wrote:> Any hints where to look? quick fixes...?app/models/revision.rb Replace def display_diff previous_revision ? HTMLDiff.diff(previous_revision.display_content, display_content) : display_content end with def display_diff display_content end Alex