git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8528
7612ce4b-ef26-0410-bec9-
ea0150e637f0
"<tr><td align=\"center\">\n";
echo '<table><tr><td>';
if (!$exist) {
- echo sprintf(_("%s is not found."),$fortune_location);
+ printf(_("%s is not found."),$fortune_location);
} else {
echo "<center><em>" . _("Today's Fortune") . "</em></center><pre>\n";
htmlspecialchars(system($fortune_command));
$fortune_visible = getPref($data_dir, $username, 'fortune_visible');
}
-?>
+?>
\ No newline at end of file