Skip to content
Snippets Groups Projects
Commit 0c03bd5d authored by rswindell's avatar rswindell
Browse files

Expand Ctrl-A codes in QWKnet taglines.

parent f751b26e
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ else { ...@@ -22,7 +22,7 @@ else {
} }
else if(template.sub.settings & SUB_QNET) { else if(template.sub.settings & SUB_QNET) {
template.type="QWK"; template.type="QWK";
template.tagline=template.sub.qwknet_tagline; template.tagline=html_encode(template.sub.qwknet_tagline);
} }
else if(template.sub.settings & SUB_PNET) { else if(template.sub.settings & SUB_PNET) {
template.type="PostLink"; template.type="PostLink";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment