Omnimaga

Omnimaga => Site Feedback and Questions => Topic started by: flyingfisch on January 06, 2012, 11:59:46 am

Title: Code BB tag bug and work-around
Post by: flyingfisch on January 06, 2012, 11:59:46 am
I have found that if you use code that looks like this:

Code: [Select]
[ code]some code[ /code]

or this:

Code: [Select]
[ code]
some code[ /code]

The numbers will turn out wrong. However, doing this type of code:

Code: [Select]
[ code]
some code
[ /code]

Makes the number aligned, but also adds a new line to the end of the codeblock.

Just thought that information would be useful ;)
Title: Re: Code BB tag bug and work-around
Post by: Nick on January 06, 2012, 12:10:40 pm
ow, nice, i was already like O.o, Y U numbers no align??? thanks :)

Code: [Select]
test
Title: Re: Code BB tag bug and work-around
Post by: flyingfisch on January 06, 2012, 12:27:41 pm
ow, nice, i was already like O.o, Y U numbers no align??? thanks :)

Code: [Select]
test
You're welcome :)

I figured the work-around out a couple days ago.