draek / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

Adium message view doesn't handly whitespace correctly #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 &nbsp;'s

Original issue reported on code.google.com by ben.motm...@gmail.com on 31 Mar 2008 at 10:58

GoogleCodeExporter commented 9 years ago
Fixed in r325

Original comment by paulburt...@gmail.com on 1 Apr 2008 at 3:44