Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only)
[squirrelmail.git] / plugins / bug_report / setup.php
index 5c8bb4590c81d2ea318a5fb9eb0bc9a058dcb5da..3e782d4816dfe8ae1185cf8c04ce0a2bcd91ae17 100644 (file)
@@ -3,10 +3,10 @@
 /**
  * setup.php
  *
- * Copyright (c) 1999-2004 The SquirrelMail development team
+ * Copyright (c) 1999-2005 The SquirrelMail development team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- * This is a standard Squirrelmail-1.2 API for plugins.
+ * This is a standard SquirrelMail 1.2 API for plugins.
  *
  * @version $Id$
  * @package plugins
@@ -79,7 +79,7 @@ function bug_report_load() {
 function bug_report_options() {
     global $bug_report_visible;
 
-    echo '<tr>' . html_tag('td',_("Bug Reports:"),'right','','nowrap') . "\n" .
+    echo '<tr>' . html_tag('td',_("Bug Reports:"),'right','','style="white-space: nowrap;"') . "\n" .
          '<td><input name="bug_report_bug_report_visible" type="checkbox"';
     if ($bug_report_visible) {
         echo ' checked="checked"';
@@ -90,4 +90,4 @@ function bug_report_options() {
          '<td><a href="' . SM_PATH . 'plugins/bug_report/show_system_specs.php" target="_blank"><small>' . _("Show system specs") . '</small></a></td></tr>';
 }
 
-?>
+?>
\ No newline at end of file