Hi,

I can see you're using the XWiki 1.0 syntax and thus the old WYSIWYG 
editor which is no longer maintained. What you describe could be a bug 
in the old editor. I tried your example in the new editor using the 
{{code}} macro and it works fine. Maybe you can switch to XWiki 2.0 
syntax and try the new WYSIWYG editor.

Thanks,
Marius

Andreas Schaefer wrote:
> 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]
> 
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to