From b9bd1681a3b1496c0f1bbe5e6254ab4fd0c9fe30 Mon Sep 17 00:00:00 2001
From: Andy Staudacher "
class="gAvatar"
- alt="= SafeString::of($comment->author_name()) ?>"
+ alt="= html::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" => SafeString::of($comment->author_name()))); ?>
+ "name" => html::clean($comment->author_name()))); ?>