Rename mark_safe() to mark_clean()

This commit is contained in:
Andy Staudacher
2009-08-31 00:42:18 -07:00
parent 6d26b0dd6e
commit ddb84c84e1
17 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
</li>
<? else: ?>
<li class="first">
<?= t('Logged in as %name', array('name' => html::mark_safe(
<?= t('Logged in as %name', array('name' => html::mark_clean(
'<a href="' . url::site("form/edit/users/{$user->id}") .
'" title="' . t("Edit Your Profile")->for_html_attr() .
'" id="gUserProfileLink" class="gDialogLink">' .