From 0c03bd5d6be65d78320bd3d14ac782fcb3d95c26 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 9 Dec 2004 07:47:30 +0000 Subject: [PATCH] Expand Ctrl-A codes in QWKnet taglines. --- web/root/msgs/subinfo.ssjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/root/msgs/subinfo.ssjs b/web/root/msgs/subinfo.ssjs index 1d29e42fd9..6fc079e04d 100644 --- a/web/root/msgs/subinfo.ssjs +++ b/web/root/msgs/subinfo.ssjs @@ -22,7 +22,7 @@ else { } else if(template.sub.settings & SUB_QNET) { template.type="QWK"; - template.tagline=template.sub.qwknet_tagline; + template.tagline=html_encode(template.sub.qwknet_tagline); } else if(template.sub.settings & SUB_PNET) { template.type="PostLink"; -- GitLab