diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-02-25 10:38:52 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-25 10:38:52 -0800 |
commit | 4db3ca79868892c1039722ab62daf27f23f10fac (patch) | |
tree | 472dc5ea352d179c27670e0d039280c0c12cf5e0 /modules/user | |
parent | e23ec0eda9df71aeca9884e3070ec9f2711f41e8 (diff) | |
parent | f9806089876a3ad912bd6e7f931025dad8c10bef (diff) |
Merge pull request #162 from shadlaws/followon_autocomplete_and_panel
Follow-on from autocomplete and gallery.panel.js revisions.
Diffstat (limited to 'modules/user')
-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): ?> |