Diff for /loncom/interface/lonsyllabus.pm between versions 1.111 and 1.112

version 1.111, 2011/06/16 10:00:57 version 1.112, 2012/10/04 13:41:10
Line 436  ENDSCRIPT Line 436  ENDSCRIPT
             &Apache::lonhtmlcommon::htmlareaselectactive());              &Apache::lonhtmlcommon::htmlareaselectactive());
         }          }
     } else {      } else {
         if ($target ne 'tex') {$r->print('<p>');} else {$r->print('\par ');}          if ($target ne 'tex') {$r->print('<p class="LC_info">');} else {$r->print('\par ');}
         $r->print(&mt('No syllabus information provided.'));          $r->print(&mt('No syllabus information provided.'));
         if ($target ne 'tex') {$r->print('</p>');}          if ($target ne 'tex') {$r->print('</p>');}
     }      }

Removed from v.1.111  
changed lines
  Added in v.1.112


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