mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-26 17:54:10 -04:00
Change all instances of SafeString::of_safe_html() to html::mark_safe() in views.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</li>
|
||||
<? else: ?>
|
||||
<li class="first">
|
||||
<?= t('Logged in as %name', array('name' => SafeString::of_safe_html(
|
||||
<?= t('Logged in as %name', array('name' => html::mark_safe(
|
||||
'<a href="' . url::site("form/edit/users/{$user->id}") .
|
||||
'" title="' . t("Edit Your Profile")->for_html_attr() .
|
||||
'" id="gUserProfileLink" class="gDialogLink">' .
|
||||
|
||||
Reference in New Issue
Block a user