Diff for /loncom/interface/lonmeta.pm between versions 1.50 and 1.51

version 1.50, 2003/12/30 20:39:30 version 1.51, 2003/12/30 22:19:18
Line 532  ENDHEAD Line 532  ENDHEAD
   $r->print('<h4>'.&mt('Evaluation Comments').' ('.    $r->print('<h4>'.&mt('Evaluation Comments').' ('.
     &mt('visible to author and co-authors only').')</h4>'.      &mt('visible to author and co-authors only').')</h4>'.
     '<blockquote>'.$dynmeta{'comments'}.'</blockquote>');      '<blockquote>'.$dynmeta{'comments'}.'</blockquote>');
   $r->print('<h4>'.&mt('Error Messages').' ('.    $r->print('<a name="bombs" /><h4>'.&mt('Error Messages').' ('.
     &mt('visible to author and co-authors only').')</h4>'.      &mt('visible to author and co-authors only').')</h4>'.
     &Apache::lonmsg::retrieve_author_res_msg($2,$1,$uri));      &Apache::lonmsg::retrieve_author_res_msg($uri));
       }        }
 # ------------------------------------------------------------- All other stuff  # ------------------------------------------------------------- All other stuff
       $r->print(        $r->print(

Removed from v.1.50  
changed lines
  Added in v.1.51


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