mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-13 10:30:12 -04:00
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:
@@ -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): ?>
|
||||
|
||||
Reference in New Issue
Block a user