Forums / Cotonti / Bugs / Bug in Tags

When entering uppercase tags the values get modified.

GHengeveld
#26710 2010-10-19 20:14
Tags are converted to lowercase before storage. On page they are parsed with ucfirst() meaning they are displayed with the first letter converted to uppercase. That's why 'AAA' becomes 'Aaa' but is stored as 'aaa'.

Personally I wouldn't have chosen to use ucfirst(), but it's not so important.