[LON-CAPA-cvs] cvs: loncom /interface lonhtmlcommon.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 09 Nov 2006 20:43:09 -0000
albertel Thu Nov 9 15:43:09 2006 EDT
Modified files:
/loncom/interface lonhtmlcommon.pm
Log:
- xhtml
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.153 loncom/interface/lonhtmlcommon.pm:1.154
--- loncom/interface/lonhtmlcommon.pm:1.153 Fri Aug 18 11:15:38 2006
+++ loncom/interface/lonhtmlcommon.pm Thu Nov 9 15:43:07 2006
@@ -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 @@
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 name="spellcheckform" action="/adm/spellcheck" method="post"><input type="hidden" name="text" value="'+esc_string+'" /><\/form>$end_page');
+ checkwin.document.writeln('$start_page<form name="spellcheckform" action="/adm/spellcheck" method="post"><input type="hidden" name="text" value="'+esc_string+'" /><\\/form>$end_page');
checkwin.document.close();
}
// END LON-CAPA Internal -->