Since Adium themes use HTML rendering, it is only able to display a single
whitespace character, and it ignores the rest
eg:
test () {
prefixed with 3 spaces
}
will become:
test () {
prefixed with 3 spaces
}
there are 2 possible solutions that i can think of:
* use a <pre> element
* replace whitespaces with 1 or more 's
Original issue reported on code.google.com by ben.motm...@gmail.com on 31 Mar 2008 at 10:58
Original issue reported on code.google.com by
ben.motm...@gmail.com
on 31 Mar 2008 at 10:58