Changeset 339 for devel/mod

Show
Ignore:
Timestamp:
05/13/06 12:25:40 (3 years ago)
Author:
sven
Message:

minor HTML validation fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/community/lib.php

    r279 r339  
    3636        if (run("permissions:check", "profile")) { 
    3737            $PAGE->menu_sub[] = array( 'name' => 'community:pic', 
    38                                        'html' => a_hrefg("{$CFG->wwwroot}_icons/?context=profile&profile_id=$page_owner" , 
     38                                       'html' => a_hrefg("{$CFG->wwwroot}_icons/?context=profile&profile_id=$page_owner" , 
    3939                                                          "Community site picture")); 
    4040 
    4141            $PAGE->menu_sub[] = array( 'name' => 'community:edit', 
    42                                        'html' => a_hrefg("{$CFG->wwwroot}_userdetails/?context=profile&profile_id=$page_owner" , 
     42                                       'html' => a_hrefg("{$CFG->wwwroot}_userdetails/?context=profile&profile_id=$page_owner" , 
    4343                                                         "Edit community details")); 
    4444             
  • devel/mod/profile/lib.php

    r329 r339  
    2828            if (run("users:type:get", $pgowner) == "person") { 
    2929                $PAGE->menu_sub[] = array( 'name' => 'profile:picedit',  
    30                                            'html' => '<a href="'.$CFG->wwwroot.'_icons/?context=profile&profile_id='.$pgowner.'">' 
     30                                           'html' => '<a href="'.$CFG->wwwroot.'_icons/?context=profile&amp;profile_id='.$pgowner.'">' 
    3131                                           . gettext("Change site picture") . '</a>'); 
    3232            }