From 8fcdbffd6ba5d65ec6b0a3e43333b94cd3506909 Mon Sep 17 00:00:00 2001 From: paulej72 Date: Wed, 17 Jun 2015 11:16:09 -0400 Subject: [PATCH] fix another xss --- themes/default/templates/listComments;users;default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/templates/listComments;users;default b/themes/default/templates/listComments;users;default index ddd4618fa..48acbb74e 100644 --- a/themes/default/templates/listComments;users;default +++ b/themes/default/templates/listComments;users;default @@ -132,7 +132,7 @@ row_class_3 = "data_hl3"; '/comments.pl?sid='; comment.sid; '&cid='; comment.cid; '">'; - comment.subj; + comment.subj | strip_title; ' '; ''; ' '; IF comment.type == "archived"; "*"; END; Slash.timeCalc(comment.cdate); '';