Diff for /loncom/interface/lonbulletin.pm between versions 1.42 and 1.43

version 1.42, 2006/10/23 18:48:47 version 1.43, 2007/05/02 01:33:48
Line 266  sub handler { Line 266  sub handler {
                  if ($allowed) {                   if ($allowed) {
                 $r->print('<br /><textarea cols="80" rows="10" name="'.$field.'">'.                  $r->print('<br /><textarea cols="80" rows="10" name="'.$field.'">'.
   &HTML::Entities::encode($syllabus{$field},'&"<>').    &HTML::Entities::encode($syllabus{$field},'&"<>').
            '</textarea><input type="submit" name="storesyl" value="'.&mt('Store').'" />');             '</textarea><input type="submit" name="storesyl" value="'.&mt('Save').'" />');
         }          }
     } else {      } else {
                 if ($target ne 'tex') {                  if ($target ne 'tex') {

Removed from v.1.42  
changed lines
  Added in v.1.43


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>