[LON-CAPA-cvs] cvs: loncom /interface lonbulletin.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 28 Aug 2006 13:09:52 -0000
albertel Mon Aug 28 09:09:52 2006 EDT
Modified files:
/loncom/interface lonbulletin.pm
Log:
- someday I will learn to spell
Index: loncom/interface/lonbulletin.pm
diff -u loncom/interface/lonbulletin.pm:1.40 loncom/interface/lonbulletin.pm:1.41
--- loncom/interface/lonbulletin.pm:1.40 Mon Aug 28 09:02:24 2006
+++ loncom/interface/lonbulletin.pm Mon Aug 28 09:09:51 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Bulletin Board Handler
#
-# $Id: lonbulletin.pm,v 1.40 2006/08/28 13:02:24 albertel Exp $
+# $Id: lonbulletin.pm,v 1.41 2006/08/28 13:09:51 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -265,7 +265,7 @@
}
if ($allowed) {
$r->print('<br /><textarea cols="80" rows="10" name="'.$_.'">'.
- &HTML::Entites::encode($syllabus{$_},'&"<>').
+ &HTML::Entities::encode($syllabus{$_},'&"<>').
'</textarea><input type="submit" name="storesyl" value="'.&mt('Store').'" />');
}
} else {
@@ -277,7 +277,7 @@
if ($allowed) {
$r->print(
'<br />'.&mt('Topic').'<br /><textarea cols="80" rows="2" name="'.$_.'">'.
- &HTML::Entites::encode($syllabus{$_},'&"<>').
+ &HTML::Entities::encode($syllabus{$_},'&"<>').
'</textarea><input type="submit" name="storesyl" value="'.&mt('Store').'" />');
}
}