diff --git a/item.php b/item.php index 7d4cfd78a..82381b771 100644 --- a/item.php +++ b/item.php @@ -23,7 +23,7 @@ $search= ""; -head("Item: " . ashtml($item['name']). " @ Scat", true); +head("Item: " . $item['name']. " @ Scat", true); include 'item-searchform.php'; ?>