Skip to content

Commit

Permalink
MDL-43277 block_navigation: Trim from the left for long names
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Apr 15, 2014
1 parent 564a413 commit b359900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/navigation/block_navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function get_content() {
redirect($url);
}

$trimmode = self::TRIM_LEFT;
$trimmode = self::TRIM_RIGHT;
$trimlength = 50;

if (!empty($this->config->trimmode)) {
Expand Down

0 comments on commit b359900

Please sign in to comment.