[LON-CAPA-cvs] cvs: loncom /interface lonspeller.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 02 Dec 2004 20:54:26 -0000
albertel Thu Dec 2 15:54:26 2004 EDT
Modified files:
/loncom/interface lonspeller.pm
Log:
- need to put the ()
Index: loncom/interface/lonspeller.pm
diff -u loncom/interface/lonspeller.pm:1.8 loncom/interface/lonspeller.pm:1.9
--- loncom/interface/lonspeller.pm:1.8 Thu Dec 2 11:40:00 2004
+++ loncom/interface/lonspeller.pm Thu Dec 2 15:54:26 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Interface routines for Aspell
#
-# $Id: lonspeller.pm,v 1.8 2004/12/02 16:40:00 www Exp $
+# $Id: lonspeller.pm,v 1.9 2004/12/02 20:54:26 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -68,7 +68,7 @@
$output.='<a href="javascript:spellwin=window.open('.
&Apache::lonhtmlcommon::javascript_nothing().
',\'spellwin\',\'height=140,width=280,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no\');'.
- 'spellwin.'.&Apache::lonhtmlcommon::javascript_docopen.';spellwin.document.writeln(\'<html><body><h3>'.$word.
+ 'spellwin.'.&Apache::lonhtmlcommon::javascript_docopen().';spellwin.document.writeln(\'<html><body><h3>'.$word.
'</h3>'.$suggestions.'</body></html>\');spellwin.document.close();spellwin.focus()">';
}
$output.='<font color="red">'.$word.'</font>';