Skip to content

Commit

Permalink
Remove double-escaping of title
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwins committed Dec 8, 2015
1 parent ed12d48 commit 59f3fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion item.php
Expand Up @@ -23,7 +23,7 @@

$search= "";

head("Item: " . ashtml($item['name']). " @ Scat", true);
head("Item: " . $item['name']. " @ Scat", true);

include 'item-searchform.php';
?>
Expand Down

0 comments on commit 59f3fde

Please sign in to comment.