Hello, I recently found this line in Horde library code: $title = nl2br(@htmlspecialchars(@htmlspecialchars($title, ENT_QUOTES, $charset), ENT_QUOTES, $charset)); and I wonder why $title must be converted twice? -- Best Regards, Vilius