Skip to content

Commit

Permalink
fix another xss
Browse files Browse the repository at this point in the history
  • Loading branch information
paulej72 committed Jun 17, 2015
1 parent eed6176 commit 8fcdbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/templates/listComments;users;default
Expand Up @@ -132,7 +132,7 @@ row_class_3 = "data_hl3";
'/comments.pl?sid='; comment.sid;
'&cid='; comment.cid;
'">';
comment.subj;
comment.subj | strip_title;
'</a>&nbsp;';
'</td>';
'<td valign="top"><nobr>&nbsp;'; IF comment.type == "archived"; "*"; END; Slash.timeCalc(comment.cdate); '</nobr></td>';
Expand Down

0 comments on commit 8fcdbff

Please sign in to comment.