mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-08 20:49:13 -04:00
Fix XSS vectors in HTML attributes (mostly t() calls)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<span id="gUploadQueueInfo">
|
||||
<?= t("Upload Queue") ?>
|
||||
</span>
|
||||
<a id="gUploadCancel" title="<?= t("Cancel all the pending uploads") ?>" onclick="swfu.cancelQueue();"><?= t("cancel") ?></a>
|
||||
<a id="gUploadCancel" title="<?= t("Cancel all the pending uploads")->for_html_attr() ?>" onclick="swfu.cancelQueue();"><?= t("cancel") ?></a>
|
||||
</p>
|
||||
<div id="gAddPhotosCanvas" style="text-align: center;">
|
||||
<div id="gAddPhotosQueue"></div>
|
||||
|
||||
Reference in New Issue
Block a user