diff options
author | shadlaws <shad@shadlaws.com> | 2013-02-25 15:09:42 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-02-25 15:09:42 +0100 |
commit | f9806089876a3ad912bd6e7f931025dad8c10bef (patch) | |
tree | 246eb8260100ad9152d7ec3bf56d0af5741755e5 /modules/user/views/admin_users.html.php | |
parent | 59fbf7f14e132d4ac508ce358c85d2bf25ae76f9 (diff) |
Follow-on from autocomplete and gallery.panel.js revisions.
(9345dde83e1f092a9309c45282dc21e3fd408875, d632ef3e50252d388c272cacd29e8cc6e4949cec, fd012276cbf03cc1dc7b8da10aac5cc6f26326c6)
- revised xss_data.txt golden file (no new cases).
- escaped translated string in admin_users.html.php (would have otherwise been a new case in xss_data.txt).
Diffstat (limited to 'modules/user/views/admin_users.html.php')
-rw-r--r-- | modules/user/views/admin_users.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php index e7abbef9..e4336f7f 100644 --- a/modules/user/views/admin_users.html.php +++ b/modules/user/views/admin_users.html.php @@ -92,7 +92,7 @@ </td> <td> <a href="<?= url::site("admin/users/edit_user_form/$user->id") ?>" - data-open-text="<?= t("Close") ?>" + data-open-text="<?= t("Close")->for_html_attr() ?>" class="g-panel-link g-button ui-state-default ui-corner-all ui-icon-left"> <span class="ui-icon ui-icon-pencil"></span><span class="g-button-text"><?= t("Edit") ?></span></a> <? if (identity::active_user()->id != $user->id && !$user->guest): ?> |