Run all variables that come from user-entered data through p::clean()

This commit is contained in:
Bharat Mediratta
2009-05-31 01:02:51 -07:00
parent a049de28ac
commit 9369ccab7f
14 changed files with 61 additions and 52 deletions
+1 -1
View File
@@ -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">