From e53be02bc6ff00b55413fa746c5a086771d03d8f Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 7 Sep 2010 13:17:28 +0000 Subject: [PATCH] 2010-09-06 Miguel de Dios * operation/events/sound_events.php: fixed the location of image in the header. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3221 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/operation/events/sound_events.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e00ccad763..d2474a0be0 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-09-06 Miguel de Dios + + * operation/events/sound_events.php: fixed the location of image in the + header. + 2010-09-06 Miguel de Dios * ChangeLog: upload lost lines. diff --git a/pandora_console/operation/events/sound_events.php b/pandora_console/operation/events/sound_events.php index 6d0f23f864..fc6e40c6bb 100644 --- a/pandora_console/operation/events/sound_events.php +++ b/pandora_console/operation/events/sound_events.php @@ -58,7 +58,7 @@ img { echo ""; echo ""; -echo "

" . __("Sound Events") . "

"; +echo "

" . __("Sound Events") . "

"; $table = null; $table->width = '100%';