<BR> tag in text item is rendered properly in PDF and Firefox as single line
break. But for HTML in IE it renders double line breaks. When viewing HTML
page source, <BR> tag is converted to '<BR></BR>', which is invalid for
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">, and regarded
as '<BR><BR>' probably.