Break characters, media links

Jump to: navigation, search

Excellent news! I hadn't thought about interaction with the other extensions we have installed before, but I went searching since you could not reproduce. I found the following code in the inputbox extension. I commented out one line and the problems we have been having went away!

function lineBreak() {
   # Should we be inserting a <br /> tag?
   $cond = ( strtolower( $this->br ) == "no" );
   //$this->br = $cond ? '' : '<br />';
}

The commented out line is my doing. The stupid part is that this extension isn't installed/required/active.

I still cannot load the WYSIWYG editor on my machine as myself, but I have seen that this one comment fixes the issues we have been having. I'm having a few people that can load this extension beat on it a bit.

Thanks for bearing with me! I will update once the warm fuzzies have set it for them.

Julie C.18:18, 12 January 2012

I'm glad this issue is resolved.
Thanks for sharing, this is important info.

Ridmi12:08, 7 February 2012
 
Personal tools

Variants
Actions
Navigation
Support
Download
Development
Communication
Toolbox