Merge branch 'MDL-47995-master' of git://github.com/lameze/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2015-06-03 11:10:41 +02:00
commit 0eee70506e
2 changed files with 2 additions and 2 deletions

View file

@ -222,7 +222,7 @@ function url_display_frame($url, $cm, $course) {
$title = strip_tags($courseshortname.': '.format_string($url->name));
$framesize = $config->framesize;
$modulename = s(get_string('modulename','url'));
$contentframetitle = format_string($url->name);
$contentframetitle = s(format_string($url->name));
$dir = get_string('thisdirection', 'langconfig');
$extframe = <<<EOF