Browse Source

fixed printf statement

tokul 21 years ago
parent
commit
814c31010a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/bug_report/bug_report.php

+ 1 - 1
plugins/bug_report/bug_report.php

@@ -64,7 +64,7 @@ $body = htmlspecialchars($body_top) . $body;
 
 
    echo "<ul>";
    echo "<ul>";
    echo "<li>";
    echo "<li>";
-   printf(_("Make sure that you are running the most recent copy of %s.") . '<a href="http://www.squirrelmail.org/">SquirrelMail</a>');
+   printf(_("Make sure that you are running the most recent copy of %s."),'<a href="http://www.squirrelmail.org/">SquirrelMail</a>');
    printf(_("You are currently using version %s."),$version);
    printf(_("You are currently using version %s."),$version);
    echo "</li>\n";
    echo "</li>\n";