1<div>
2 <?php echo _("The list of addresses that will NOT have their images blocked by default (enter each address on a new line)") ?>:
3</div>
4
5<div class="fixed">
6 <textarea name="safe_addrs" rows="10" cols="80" class="fixed"><?php echo $this->h($this->safe_addrs) ?></textarea>
7</div>
8