From 100e3596fd35f487853fb0ad44dbf1bc1c965b7b Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 10 Dec 2004 03:09:10 +0000 Subject: [PATCH] Convert ex-ASCII chars to ASCII (in addition to stripping Ctrl-A codes) from QWK 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 e2b15d1dd1..bbfd8933ae 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=strip_ctrl(template.sub.qwknet_tagline); + template.tagline=ascii_str(template.sub.qwknet_tagline); } else if(template.sub.settings & SUB_PNET) { template.type="PostLink"; -- GitLab