Google search bar

May 27, 2008

Bugzilla Comments are mostly plain text, so don't use HTML

Today I tried to get fancy using HTML in a bugzilla.

I wanted to do something like

<pre>
... some code ...
</pre>

for the sake of readability.

Well, I found out that doing so will just result in those tags showing up in the comment.

But bugzilla will try to create some hyperlinks for things in comments. See the Hints and Tips page of the bugzilla manual for more information.