Skip to content
Snippets Groups Projects
Commit ca03b11f authored by Elke Kreim's avatar Elke Kreim
Browse files

Add multilang for placeholder

parent 59090f55
Branches
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ class block_hshcourselist extends block_base {
$hshcoursesubmit = optional_param('hshcoursesubmit', false, PARAM_TEXT);
// Set placeholder.
if ($this->config->placeholder) {
$placeholder = $this->config->placeholder;
$placeholder = format_text($this->config->placeholder, FORMAT_HTML);
} else {
$placeholder = "";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment