I've tried searching for an answer, but have no idea how to ask this question in a way search engines can answer.
When the [code] tag is used, whatever is in the [code] gets wrapped in a <pre> tag, however vBulletin also inserts <br /> tags at each line break resulting in double spaced lines. How do I stop the <br /> from being inserted within the <pre> tags of posts? I'm pretty good with PHP, so I can deal with a messy hack if need be.
When the [code] tag is used, whatever is in the [code] gets wrapped in a <pre> tag, however vBulletin also inserts <br /> tags at each line break resulting in double spaced lines. How do I stop the <br /> from being inserted within the <pre> tags of posts? I'm pretty good with PHP, so I can deal with a messy hack if need be.
Comment