aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--global-functions.d/notification-telegram2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.d/notification-telegram b/global-functions.d/notification-telegram
index 5643e58..4a05c9a 100644
--- a/global-functions.d/notification-telegram
+++ b/global-functions.d/notification-telegram
@@ -71,7 +71,7 @@
:global IfThenElse;
:if ($TelegramFixedWidthFont != true) do={
- :return ($1 . [ $IfThenElse ($2 = "body") "\n" "" ]);
+ :return ($1 . [ $IfThenElse ($2 = "body") ("\n") "" ]);
}
:local Return $1;