mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-27 18:24:03 -04:00
Change all instances of SafeString::of_safe_html() to html::mark_safe() in views.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<h1> <?= t("That's it!") ?> </h1>
|
||||
<p>
|
||||
<?= t("Your <a href=\"%url\">Gallery</a> is up to date.",
|
||||
array("url" => SafeString::of_safe_html(url::site("albums/1")))) ?>
|
||||
array("url" => html::mark_safe(url::site("albums/1")))) ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user