|
@@ -53,7 +53,7 @@ function fortune_function() {
|
|
"<tr><td align=\"center\">\n";
|
|
"<tr><td align=\"center\">\n";
|
|
echo '<table><tr><td>';
|
|
echo '<table><tr><td>';
|
|
if (!$exist) {
|
|
if (!$exist) {
|
|
- echo sprintf(_("%s is not found."),$fortune_location);
|
|
|
|
|
|
+ printf(_("%s is not found."),$fortune_location);
|
|
} else {
|
|
} else {
|
|
echo "<center><em>" . _("Today's Fortune") . "</em></center><pre>\n";
|
|
echo "<center><em>" . _("Today's Fortune") . "</em></center><pre>\n";
|
|
htmlspecialchars(system($fortune_command));
|
|
htmlspecialchars(system($fortune_command));
|
|
@@ -90,4 +90,4 @@ function fortune_function_load() {
|
|
|
|
|
|
$fortune_visible = getPref($data_dir, $username, 'fortune_visible');
|
|
$fortune_visible = getPref($data_dir, $username, 'fortune_visible');
|
|
}
|
|
}
|
|
-?>
|
|
|
|
|
|
+?>
|