--- loncom/interface/lonhtmlcommon.pm 2006/08/18 15:15:38 1.153 +++ loncom/interface/lonhtmlcommon.pm 2006/11/09 20:43:07 1.154 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.153 2006/08/18 15:15:38 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.154 2006/11/09 20:43:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1046,7 +1046,7 @@ var checkwin; function spellcheckerwindow(string) { var esc_string = string.replace(/\"/g,'"'); checkwin=window.open($nothing,'spellcheckwin','height=320,width=280,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no'); - checkwin.document.writeln('$start_page
<\/form>$end_page'); + checkwin.document.writeln('$start_page<\\/form>$end_page'); checkwin.document.close(); } // END LON-CAPA Internal -->