mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-16 23:19:53 -04:00
Change all instances of SafeString::of_safe_html() to html::mark_safe() in views.
This commit is contained in:
@@ -25,7 +25,7 @@ class server_add_Core {
|
||||
if (empty($paths)) {
|
||||
site_status::warning(
|
||||
t("Server Add needs configuration. <a href=\"%url\">Configure it now!</a>",
|
||||
array("url" => SafeString::of_safe_html(url::site("admin/server_add")))),
|
||||
array("url" => html::mark_safe(url::site("admin/server_add")))),
|
||||
"server_add_configuration");
|
||||
} else {
|
||||
site_status::clear("server_add_configuration");
|
||||
|
||||
Reference in New Issue
Block a user