Skip to content

Commit

Permalink
MDL-47995 mod_url: add proper title encoding on url mod
Browse files Browse the repository at this point in the history
  • Loading branch information
iclearn authored and lameze committed May 25, 2015
1 parent 42a3d77 commit 127b75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/url/locallib.php
Expand Up @@ -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
Expand Down

0 comments on commit 127b75e

Please sign in to comment.