From 8522446891d0f13c9606de084332820968fb3e16 Mon Sep 17 00:00:00 2001
From: rabuzarus <>
Date: Thu, 3 Dec 2015 00:11:18 +0100
Subject: [PATCH] little cleanup: insert new line at the end

---
 mod/help.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mod/help.php b/mod/help.php
index 6b8cb3821..6d8fbb184 100644
--- a/mod/help.php
+++ b/mod/help.php
@@ -50,4 +50,4 @@ function help_content(&$a) {
 	$html = "<style>.md_warning { padding: 1em; border: #ff0000 solid 2px; background-color: #f9a3a3; color: #ffffff;</style>".$html;
 	return $html;
 
-}
\ No newline at end of file
+}