summaryrefslogtreecommitdiff
path: root/modules/user/views/login.html.php
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-08-30 07:00:56 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-08-30 07:00:56 -0700
commiteffccfd41d2618cfd41ce6db0834c2298fdb42d8 (patch)
tree37af3e07b0e8e0396934144a679015c4f8326a44 /modules/user/views/login.html.php
parent52b542b25353419d2895ecd6dd23cddf3b5dfe3d (diff)
Change all instances of SafeString::of_safe_html() to html::mark_safe() in views.
Diffstat (limited to 'modules/user/views/login.html.php')
-rw-r--r--modules/user/views/login.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php
index 85f673ce..dfd09661 100644
--- a/modules/user/views/login.html.php
+++ b/modules/user/views/login.html.php
@@ -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">' .