tr.phtml 88 B

1234
  1. <tr>
  2. <td><?php echo $this->id ?></td>
  3. <td><?php echo e($this->message) ?></td>
  4. </tr>