summaryrefslogtreecommitdiff
path: root/modules/gedcom_news/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gedcom_news/module.php')
-rw-r--r--modules/gedcom_news/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gedcom_news/module.php b/modules/gedcom_news/module.php
index c656c7c49d..76d994f19b 100644
--- a/modules/gedcom_news/module.php
+++ b/modules/gedcom_news/module.php
@@ -125,7 +125,7 @@ class gedcom_news_WT_Module extends WT_Module implements WT_Module_Block {
// No HTML?
$news["text"]=nl2br($news["text"]);
}
- $content .= embed_globals($news["text"])."<br /><br />";
+ $content .= embed_globals($news["text"]);
// Print Admin options for this News item
if(WT_USER_GEDCOM_ADMIN) {
$content .= "<hr size=\"1\" />"