Merge pull request #15876 from SandPoot/fix-deadchat_broadcast

Fixes deadchat_broadcast
This commit is contained in:
Lin
2022-10-25 04:36:00 +00:00
committed by GitHub
15 changed files with 54 additions and 42 deletions
+1
View File
@@ -56,6 +56,7 @@
#define span_icon(str) ("<span class='icon'>" + str + "</span>")
#define span_info(str) ("<span class='info'>" + str + "</span>")
#define span_interface(str) ("<span class='interface'>" + str + "</span>")
#define span_linkify(str) ("<span class='linkify'>" + str + "</span>")
#define span_looc(str) ("<span class='looc'>" + str + "</span>")
#define span_medal(str) ("<span class='medal'>" + str + "</span>")
#define span_medradio(str) ("<span class='medradio'>" + str + "</span>")