--- loncom/interface/lonhtmlcommon.pm	2004/07/27 23:35:34	1.85
+++ loncom/interface/lonhtmlcommon.pm	2004/08/05 16:59:29	1.86
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common html routines
 #
-# $Id: lonhtmlcommon.pm,v 1.85 2004/07/27 23:35:34 www Exp $
+# $Id: lonhtmlcommon.pm,v 1.86 2004/08/05 16:59:29 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -875,6 +875,7 @@ sub spellheader {
     my $nothing = &javascript_nothing();
     return (<<ENDCHECK);
 <script type="text/javascript"> 
+// BEGIN LON-CAPA Internal
 var checkwin;
 
 function spellcheckerwindow() {
@@ -882,6 +883,7 @@ function spellcheckerwindow() {
     checkwin.document.writeln('<html><body bgcolor="#DDDDDD"><form name="spellcheckform" action="/adm/spellcheck" method="post"><input type="hidden" name="text" value="" /></form></body></html>');
     checkwin.document.close();
 }
+// END LON-CAPA Internal
 </script>
 ENDCHECK
 }