Omnimaga

Omnimaga => Site Feedback and Questions => Topic started by: Jim Bauwens on November 09, 2011, 11:06:29 am

Title: New code box has a little bug
Post by: Jim Bauwens on November 09, 2011, 11:06:29 am
Before I used to put the Language I used inside the code bb box, [ code = language ].
Now this doesn't work anymore, and it replaces the content of the code box with "Array".

Like this:
Code: (Lua) [Select]
function on.paint(gc)
  gc:drawString("bugged!",10,10,"top")
end

This means that all the code boxes in the entire forum that have the language parameter added don't show their content anymore.

Would be nice if it got fixed ;D
Title: Re: New code box has a little bug
Post by: NanoWar on November 10, 2011, 03:35:10 am
That might depend on the theme. I use "v5 (2010)" and it's fine I think.
Title: Re: New code box has a little bug
Post by: Jim Bauwens on November 10, 2011, 04:34:11 am
I'm using that theme. I noticed that it works on my mobile phone, but not in firefox 7. Strange.