in Function ReplaceCodeTags(fString) there's a line
strCodeText = replace(strCodeText, "<br />", vbNewLine)
how can <br /> be in the codetext?
if html is on the we can not use
if html is off then <br /> is <br />
I think the only way there's a <br /> is using
in
I don't see the reason why one will use that to enter a <br /> and if one wants to show forum codes including
in it is converted, which shouldn't be.
I might be wrong like it always be.