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.
andreas.schaefer(a)madplanet.com
schaefera(a)me.com
--
View this message in context:
http://n2.nabble.com/Code-Box-Content-Changes-in-WYSIWYG-Editor-tp2622964p2…
Sent from the XWiki- Users mailing list archive at
Nabble.com.