mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Run all variables that come from user-entered data through p::clean()
This commit is contained in:
@@ -16,7 +16,7 @@ var CONFIRM_DELETE = "<?= t("Do you really want to delete the selected albums an
|
||||
});
|
||||
</script>
|
||||
<fieldset style="display: none">
|
||||
<legend><?= t("Organize %name", array("name" => $item->title)) ?></legend>
|
||||
<legend><?= t("Organize %name", array("name" => p::clean($item->title))) ?></legend>
|
||||
</fieldset>
|
||||
<div id="doc3" class="yui-t7">
|
||||
<div id="bd">
|
||||
|
||||
Reference in New Issue
Block a user