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_time, %author_name said",
array("date_time" => gallery::date_time($comment->created),
- "author_name" => SafeString::of($comment->author_name()))) ?>
+ "author_name" => html::clean($comment->author_name()))) ?>