Browse Source

small formating fixes.

tokul 21 years ago
parent
commit
05d2e44957
1 changed files with 3 additions and 3 deletions
  1. 3 3
      plugins/bug_report/bug_report.php

+ 3 - 3
plugins/bug_report/bug_report.php

@@ -153,7 +153,7 @@ $body = htmlspecialchars($body_top . $body);
 
 
    echo '<p><big>';
    echo '<p><big>';
    echo _("Before you send your bug report, please make sure to check this checklist for any common problems.");
    echo _("Before you send your bug report, please make sure to check this checklist for any common problems.");
-   echo '</big></p>';
+   echo "</big></p>\n";
 
 
    echo "<ul>";
    echo "<ul>";
    echo "<li>";
    echo "<li>";
@@ -183,7 +183,7 @@ $body = htmlspecialchars($body_top . $body);
    echo "</p>\n";
    echo "</p>\n";
 ?>
 ?>
    <form action="../../src/compose.php" method=post>
    <form action="../../src/compose.php" method=post>
-   <table align=center border=0>
+   <table align="center" border="0">
    <tr>
    <tr>
      <td>
      <td>
        <?php echo _("This bug involves"); ?>: <select name="send_to">
        <?php echo _("This bug involves"); ?>: <select name="send_to">
@@ -195,7 +195,7 @@ $body = htmlspecialchars($body_top . $body);
      </td>
      </td>
    </tr>
    </tr>
    <tr>
    <tr>
-     <td align=center>
+     <td align="center">
     <?php
     <?php
 	echo addHidden("send_to_cc","");
 	echo addHidden("send_to_cc","");
 	echo addHidden("send_to_bcc","");
 	echo addHidden("send_to_bcc","");