Diff for /loncom/xml/lonxml.pm between versions 1.474 and 1.475

version 1.474, 2008/03/12 02:46:03 version 1.475, 2008/03/21 18:36:48
Line 1559  FULLPAGE Line 1559  FULLPAGE
       my $form_events     = &Apache::edit::form_change_detection();        my $form_events     = &Apache::edit::form_change_detection();
       my $htmlerror=&verify_html($filecontents);        my $htmlerror=&verify_html($filecontents);
       if ($htmlerror) {        if ($htmlerror) {
          $htmlerror='<span class="LC_error">'.$htmlerror.'</span></p>';           $htmlerror='<span class="LC_error">'.$htmlerror.'</span>';
       }        }
       my $editfooter=(<<ENDFOOTER);        my $editfooter=(<<ENDFOOTER);
 $initialize  $initialize

Removed from v.1.474  
changed lines
  Added in v.1.475


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