mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Change all instances of SafeString::of_safe_html() to html::mark_safe() in views.
This commit is contained in:
@@ -442,7 +442,7 @@ class graphics_Core {
|
||||
if (!module::get_var("gallery", "graphics_toolkit")) {
|
||||
site_status::warning(
|
||||
t("Graphics toolkit missing! Please <a href=\"%url\">choose a toolkit</a>",
|
||||
array("url" => SafeString::of_safe_html(url::site("admin/graphics")))),
|
||||
array("url" => html::mark_safe(url::site("admin/graphics")))),
|
||||
"missing_graphics_toolkit");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user