diff --git a/modules/webhook.cc b/modules/webhook.cc
index e79319e48..9d008bfb0 100644
--- a/modules/webhook.cc
+++ b/modules/webhook.cc
@@ -560,12 +560,15 @@ github_handle__issues(std::ostream &out,
for(const json::object &label : labels)
{
out << "
";
- out << "";
+ out << "";
out << "";
+ out << " ";
out << unquote(label["name"]);
+ out << " ";
out << "";
out << "";
@@ -670,12 +673,15 @@ github_handle__label(std::ostream &out,
out << "";
out << "- ";
- out << "";
out << "";
+ out << " ";
out << unquote(label["name"]);
+ out << " ";
out << "";
out << "";
out << "
";
@@ -715,12 +721,15 @@ github_handle__label(std::ostream &out,
out << "from: ";
out << "";
out << "- ";
- out << "";
out << "";
+ out << " ";
out << name;
+ out << " ";
out << "";
out << "";
out << "
";