On Fri, 2006-10-20 at 19:43 +0000, Skip Montanaro wrote: > I've noticed that RT destroys indentation when I submit tickets. We do a > lot of Python programming, so preserving indentation is important in many > instances. I poked around the RT wiki a bit but didn't see any sort of > markup. We naively tried <pre>...</pre> but that didn't seem to work. > > Documentation pointers greatly appreciated.
RT does not actually *destroy* the indentation -- it's just the way messages are shown in the history display: HTML does not care about whitespace. If you click on '[Show]' link next to a comment it will take you to attachment view where you can see all your indentation preserved. You can probably modify HTML to place <pre> tags around the comments view. - Dmitri. _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
