From 7102a8dd61c385188af5be2d1ac2f8dac74b894e Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 5 Sep 2011 16:26:23 +0000 Subject: [PATCH] 2011-09-05 Miguel de Dios * general/logon_ok.php: change the text to be a correct sentence. Fixex: #3394390 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4909 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/general/logon_ok.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 3bdc64a40a..9f59a542e1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2011-09-05 Miguel de Dios + + * general/logon_ok.php: change the text to be a correct sentence. + + Fixex: #3394390 + 2011-09-05 Miguel de Dios * include/help/en/help_action_threshold.php, diff --git a/pandora_console/general/logon_ok.php b/pandora_console/general/logon_ok.php index 5df1ec0677..d1d3a172bd 100644 --- a/pandora_console/general/logon_ok.php +++ b/pandora_console/general/logon_ok.php @@ -51,7 +51,7 @@ if ($news !== false) { echo ''; foreach ($news as $article) { echo ''; - echo ''; + echo ''; echo '';
'.$article["subject"].'
'.__('by').' '.$article["author"].' '.__('at').' ' . ui_print_timestamp ($article["timestamp"], true).'
'.__('by').' '.$article["author"].' ' . ui_print_timestamp ($article["timestamp"], true).' ' . __('ago') . '
'; echo nl2br ($article["text"]); echo '