Correcting Big Brother html Display

August 7, 2007 – 5:41 pm

Tip courtesy of Kyle Reynolds at http://www.camelrichard.org

 
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.

Post a Comment