--- loncom/interface/lonhtmlcommon.pm 2004/10/05 20:35:02 1.91 +++ loncom/interface/lonhtmlcommon.pm 2004/10/12 23:26:48 1.93 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.91 2004/10/05 20:35:02 albertel Exp $ +# $Id: lonhtmlcommon.pm,v 1.93 2004/10/12 23:26:48 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -904,7 +904,7 @@ sub spellheader { my $nothing = &javascript_nothing(); return (< -// BEGIN LON-CAPA Internal +// ENDCHECK } @@ -976,7 +976,7 @@ sub disablelink { if (defined($#fields)) { unless ($#fields>=0) { return ''; } } - return ''.&mt('Disable WYSIWYG Editor').''; + return ''.&mt('Disable WYSIWYG Editor').''; } sub enablelink { @@ -984,7 +984,7 @@ sub enablelink { if (defined($#fields)) { unless ($#fields>=0) { return ''; } } - return ''.&mt('Enable WYSIWYG Editor').''; + return ''.&mt('Enable WYSIWYG Editor').''; } # ----------------------------------------- Script to activate only some fields