[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm
raeburn
raeburn@source.lon-capa.org
Wed, 29 Sep 2010 15:47:21 -0000
raeburn Wed Sep 29 15:47:21 2010 EDT
Modified files:
/loncom/xml lonxml.pm
Log:
- RichTextEditor off by default when editing HTML files in Construction Space.
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.514 loncom/xml/lonxml.pm:1.515
--- loncom/xml/lonxml.pm:1.514 Sat Aug 14 00:28:18 2010
+++ loncom/xml/lonxml.pm Wed Sep 29 15:47:21 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.514 2010/08/14 00:28:18 raeburn Exp $
+# $Id: lonxml.pm,v 1.515 2010/09/29 15:47:21 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1537,7 +1537,7 @@
$htmlerror='<span class="LC_error">'.$htmlerror.'</span>';
}
if (&Apache::lonhtmlcommon::htmlareabrowser()) {
- $textareaclass = 'class="LC_richDetectHtml"';
+ $textareaclass = 'class="LC_richDefaultOff"';
}
}
my $editfooter=(<<ENDFOOTER);