[moodle] / moodle / lib / blocklib.php Repository:

Diff of /moodle/lib/blocklib.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.129.2.3, Wed Jul 2 13:12:27 2008 WST revision 1.129.2.4, Tue Aug 12 12:11:56 2008 WST

By tjhunt:

XHTML strrrict!

# Line 951  Line 951 
951      if (!empty($missingblocks)) {      if (!empty($missingblocks)) {
952          $strblocks = '<div class="title"><h2>';          $strblocks = '<div class="title"><h2>';
953          $strblocks .= get_string('blocks');          $strblocks .= get_string('blocks');
954          $strblocks .= '</h2>';          $strblocks .= '</h2></div>';
955          $stradd    = get_string('add');          $stradd    = get_string('add');
956          foreach ($missingblocks as $blockid) {          foreach ($missingblocks as $blockid) {
957              $block = blocks_get_record($blockid);              $block = blocks_get_record($blockid);

Legend:
Removed from v.1.129.2.3  
changed lines
  Added in v.1.129.2.4

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7