Diff for /loncom/xml/lonxml.pm between versions 1.473 and 1.473.2.1

version 1.473, 2008/03/07 21:17:04 version 1.473.2.1, 2008/03/21 18:52:28
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.473  
changed lines
  Added in v.1.473.2.1


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