From 708f27f483d70660446ea2132b02cb7b39225f98 Mon Sep 17 00:00:00 2001
From: Bharat Mediratta "
class="gAvatar"
- alt="= $comment->author_name() ?>"
+ alt="= p::clean($comment->author_name()) ?>"
width="40"
height="40" />
= t("on %date %name said",
array("date" => date("Y-M-d H:i:s", $comment->created),
- "name" => $comment->author_name())); ?>
+ "name" => p::clean($comment->author_name()))); ?>