remove some HTML from within functions. Unneeded HTML to be precise.
[squirrelmail.git] / functions / db_prefs.php
index 0c203840809bb31f4cb0013583e07dbd3b05ee30..f11d49fe93ef92a06708b750dd44e3f7dfd39e16 100644 (file)
@@ -165,9 +165,9 @@ class dbPrefs {
         /* test if Pear DB class is available and freak out if it is not */
         if (! class_exists('DB')) {
             // same error also in abook_database.php
-            $this->error  = _("Could not include PEAR database functions required for the database backend.") . "<br />\n";
+            $this->error  = _("Could not include PEAR database functions required for the database backend.") . "\n";
             $this->error .= sprintf(_("Is PEAR installed, and is the include path set correctly to find %s?"),
-                              '<tt>DB.php</tt>') . "<br />\n";
+                              'DB.php') . "\n";
             $this->error .= _("Please contact your system administrator and report this error.");
             return false;
         }