diff --git a/html/news/index.php b/html/news/index.php
index a33ec2d0..cebc4b1d 100755
--- a/html/news/index.php
+++ b/html/news/index.php
@@ -30,6 +30,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT)
$articleID = $result[0]['ID'];
$articleTitle = $result[0]['title'];
$articleResume = $result[0]['resume'];
+ $articleDescription = str_replace("
", "", $articleResume);
$miniatureURL = $result[0]['miniature'];
$authorUsername = $result[0]['username'];
$authorDisplayName = $result[0]['display_name'];
@@ -61,14 +62,14 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT)
echo ('');
echo ('');
- echo ('');
+ echo ('');
echo ('');
echo ('');
echo ('');
echo ('');
echo ('');
- echo ('');
+ echo ('');
echo ('');
echo ('');
echo ('');
@@ -80,11 +81,11 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT)
echo ('');
echo ('');
echo ('');
- echo ('');
+ echo ('');
echo ('');
echo ('');
echo ('');
- echo ('');
+ echo ('');
echo ('');
echo ('');
echo ('');