Pro
sccrwoohoo
on Dec 11. 2007. 9:54 am
We are constantly running into issues where we are discussing code in our tickets - we would love to be able to put the code in the comments so we can dialog about it, but now the system tries to process the code...uggh...any help would be appreciated
bjs
Staff
Ilija Studen
on Dec 11. 2007. 10:35 am
When posting code make sure that you select Preformatted from "Format" dropdown (in toolbar).
activeCollab team member |
LinkedIn
Pro
sccrwoohoo
on Dec 11. 2007. 10:51 am
what if you are not using the WYSIWYG editor?
Pro
sccrwoohoo
on Dec 11. 2007. 10:55 am
FYI -- the editor does not work in Safari 3
Staff
Ilija Studen
on Dec 11. 2007. 11:00 am
If you can't use visual editor just wrap code in pre tag like this:
<pre>function do_something() {
// Doing something...
return true;
}</pre>
activeCollab team member |
LinkedIn