November 28th, 2005, 09:39 AM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,060
|
Find this line in adm-cats.php
$ncatname = convert_html($catname);
make it this and try making a new cat and see how it displays
$ncatname = convert_html(stripslashes($catname));
|
| |