diff --git a/exec/newslink.js b/exec/newslink.js
index 866c16bacafeaf2213cce45e38f4fe09e2e4370a..f1df5d63cdc798045ee5f88a6c726751b0a6d4ad 100644
--- a/exec/newslink.js
+++ b/exec/newslink.js
@@ -151,6 +151,7 @@ while(!cfg_file.eof) {
 		case "tagline":
 			str.shift();				// Remove first element (keyword)
 			tagline=str.join(' ');		// Combine remaining elements (tagline)
+			tagline+="\r\n";
 			break;
 		default:
 			printf("!UNRECOGNIZED configuration keyword: %s\r\n",str[0]);