OutputTextNoBr

OutputTextNoBr (string text)

Prints the specified text, without a line break at the end. The next text printed will appear on the same line.

The usual OutputText (or msg) adds an HTML “br” element to the end of the text, to indicate the end of the line; this function omits it.