Correcting Big Brother html Display


Tags:

If the big brother html display is converting <> to lt; and gt;
and as a result, the html tags are being printed to the display,
check:

in bbdef-server.sh, change:

RUNOPTS="CONVHTMLTAGS"
export RUNOPTS

to:

RUNOPTS="EMBEDHTML"
export RUNOPTS

which will keep the HTML code as it was recieved.