Remove line feed.

This commit is contained in:
Mark Crane 2012-09-26 01:26:39 +00:00
parent 2609e8d20d
commit 74ae35839a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ require_once "includes/paging.php";
//prepare the languages
require_once "app_languages.php";
foreach($content as $key => $value) {
$content[$key] = $value[$_SESSION['domain']['language']['code']]."\n";
$content[$key] = $value[$_SESSION['domain']['language']['code']];
}
//get the http get values and set them as php variables