One more _self-targetting form

This commit is contained in:
Thomas Gelf 2014-03-25 08:03:12 +00:00
parent 3afa70c494
commit 851bea0725

View File

@ -29,7 +29,7 @@ foreach ($object->comments as $comment) {
); );
$list[] = sprintf( $list[] = sprintf(
'<tr><th>%s (%s)</th><td>%s (%s) %s</td></tr>', '<tr><th>%s (%s)</th><td data-base-target="_self">%s (%s) %s</td></tr>',
$this->escape($comment->author), $this->escape($comment->author),
$this->timeSince($comment->timestamp), $this->timeSince($comment->timestamp),
$iconForm, $iconForm,