Changing the case of string on index.html

I’m trying to change the case of the text that appears right below the “Best
Practical” logo on index.html (that appears when you first login).
Currently, it says,

“RT for xyz.com

I want to change the case of the “x” to “X”, so it will read,

“RT for Xyz.com

I changed the case of the string in the only file that I found has it,
/opt/rt3/etc/RT_SiteConfig.pm. I didn’t find the string anywhere else,
including inside the database.

However, the screen still displays “RT for xyz.com” instead of “RT for
Xyz.com”. What am I missing here? Is the string being forced to lower
case?

Thanks!

Chago

I changed the case of the string in the only file that I found has it,
/opt/rt3/etc/RT_SiteConfig.pm. I didn’t find the string anywhere else,
including inside the database.

It works for me, did you restart your apache after changing
RT_SiteConfig.pm?

Emmanuel Lacour ------------------------------------ Easter-eggs
44-46 rue de l’Ouest - 75014 Paris - France - M�tro Gait�
Phone: +33 (0) 1 43 35 00 37 - Fax: +33 (0) 1 41 35 00 76
mailto:elacour@easter-eggs.com - http://www.easter-eggs.com

Ooops! No, I didn’t! I completely forgot about that.

Restarting Apache did the trick.

Thanks!

Chago