mod_pubsub_summary/mod_pubsub_summary.lua
changeset 4442 2bb11055e4bb
parent 4441 09657f758f53
child 4511 86a97e7572b2
--- a/mod_pubsub_summary/mod_pubsub_summary.lua	Wed Feb 10 16:06:30 2021 +0100
+++ b/mod_pubsub_summary/mod_pubsub_summary.lua	Wed Feb 10 16:14:18 2021 +0100
@@ -32,7 +32,7 @@
 	end
 	local summary;
 	if title and content and content:sub(1, #title) ~= title then
-		summary = title .. "\n\n" .. content;
+		summary = "*" .. title .. "*\n\n" .. content;
 	elseif title or content then
 		summary = content or title;
 	end