Follow-on from autocomplete and gallery.panel.js revisions.

(9345dde83e, d632ef3e50, fd012276cb)
- 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).
This commit is contained in:
shadlaws
2013-02-25 15:09:42 +01:00
parent 59fbf7f14e
commit f980608987
2 changed files with 7 additions and 7 deletions

View File

@@ -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): ?>