fixed printf statement
[squirrelmail.git] / plugins / bug_report / bug_report.php
index d480a097b1d09fe43084b28df58d6ed28170eee3..35757acf7c3e4eadebccf3e3d22a556e961af294 100644 (file)
@@ -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";