Change all instances of SafeString::of_safe_html() to html::mark_safe() in views.

This commit is contained in:
Andy Staudacher
2009-08-30 07:00:56 -07:00
parent 52b542b253
commit effccfd41d
13 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -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">' .