Index: trunk/extensions/SocialProfile/UserActivity/SiteActivityHook.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | foreach ( $activity as $item ) { |
53 | 53 | if ( $x < $fixedLimit ) { |
54 | 54 | $typeIcon = UserActivity::getTypeIcon( $item['type'] ); |
55 | | - $output .= '<div class="mp-activity' . ( ( $x == $fixedLimit ) ? ' mp-activity-boarder-fix' : '' ) . '"> |
| 55 | + $output .= '<div class="mp-activity' . ( ( $x == $fixedLimit ) ? ' mp-activity-border-fix' : '' ) . '"> |
56 | 56 | <img src="' . $wgScriptPath . '/extensions/SocialProfile/images/' . $typeIcon . '" alt="' . $typeIcon . '" border="0" />' |
57 | 57 | . $item['data'] . |
58 | 58 | '</div>'; |