Hi

I normally edit my pages in the Wiki editor but to add links or images I use 
the WYSIWYG editor. Now having a code box like this:

{code}
- (BOOL) textFieldShouldReturn: (UITextField *) textField { 
        [self greetMe:nil];
        return YES; 
}

{code}

will turn into this:

{code}
- (BOOL) textFieldShouldReturn: (UITextField *) textField { 
        [self greetMe:nil];
        return YES; 
}

{code}

Any ideas why and how to workaround this problem.

Cheers

Andreas Schaefer
CEO of Madplanet.com Inc.
[email protected]
[email protected]

-- 
View this message in context: 
http://n2.nabble.com/Code-Box-Content-Changes-in-WYSIWYG-Editor-tp2622964p2622964.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to