Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / bug_report / bug_report.php
index 58917c43d1ca5a5ca7a9bfca992866a90b319893..7c37de6171b727080fed74d01c379c74899bc479 100644 (file)
@@ -58,7 +58,7 @@ $body = htmlspecialchars($body_top) . $body;
     </tr></table>
 
 <?php
-echo $warning_html; 
+echo $warning_html;
 
 echo '<p><big>';
 echo _("Before you send your bug report, please make sure to check this checklist for any common problems.");
@@ -72,7 +72,7 @@ echo "</li>\n";
 echo '<li>';
 printf(_("Check to see if your bug is already listed in the %sBug List%s on SourceForge. If it is, we already know about it and are trying to fix it."), '<a href="http://sourceforge.net/bugs/?group_id=311" target="_blank">', '</a>');
 echo "</li>\n";
-   
+
 echo '<li>';
 echo _("Try to make sure that you can repeat it. If the bug happens sporatically, try to document what you did when it happened. If it always occurs when you view a specific message, keep that message around so maybe we can see it.");
 echo "</li>\n";
@@ -136,4 +136,4 @@ echo html_tag('table',
     ), 'center', '', 'width="95%"');
 ?>
   </body>
-</html>
+</html>
\ No newline at end of file