--- loncom/interface/lonhtmlcommon.pm 2006/06/30 04:02:25 1.138 +++ loncom/interface/lonhtmlcommon.pm 2006/07/03 01:02:32 1.139 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.138 2006/06/30 04:02:25 albertel Exp $ +# $Id: lonhtmlcommon.pm,v 1.139 2006/07/03 01:02:32 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1039,7 +1039,7 @@ var checkwin; function spellcheckerwindow() { 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 -->