Changeset 304

Show
Ignore:
Timestamp:
05/04/06 21:15:15 (3 years ago)
Author:
catpenny
Message:

Fixed up the wonky submenu items in profile (missing close " in html tag)

Files:

Legend:

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

    r269 r304  
    2727        if (run("users:type:get", $page_owner) == "person") { 
    2828            $PAGE->menu_sub[] = array( 'name' => 'profile:picedit',  
    29                                        'html' => '<a href="'.$CFG->wwwroot.'_icons/?context=profile&profile_id='.$page_owner.'>' 
     29                                       'html' => '<a href="'.$CFG->wwwroot.'_icons/?context=profile&profile_id='.$page_owner.'">' 
    3030                                       . gettext("Change site picture") . '</a>'); 
    3131        }