Skip to content

Commit

Permalink
Missing colon after header name
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 15, 2015
1 parent 3bfa431 commit 9bfbf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/templates/dynamic/message.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</tr>
<?php foreach ($this->user_hdrs as $val): ?>
<tr>
<td class="label"><?php echo $this->h($val['name']) ?></td>
<td class="label"><?php echo $this->h($val['name']) ?>:</td>
<td class="allowTextSelection"><?php echo $this->h($val['value']) ?></td>
</tr>
<?php endforeach; ?>
Expand Down

0 comments on commit 9bfbf88

Please sign in to comment.