fix prod escaping

This commit is contained in:
aina-esokia
2018-11-22 14:32:42 +04:00
parent 06e30750e4
commit c58ed45333
4 changed files with 6 additions and 6 deletions

View File

@@ -939,7 +939,7 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
$this->set_data_to_cache(self::CACHE_TITLE, $title);
}
return $title;
return htmlspecialchars($title);
}
/**