Bläddra i källkod

fixed printf statement

tokul 21 år sedan
förälder
incheckning
814c31010a
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 "<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);
    echo "</li>\n";