We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b63d7 commit 13f0b7fCopy full SHA for 13f0b7f
application/views/messages/inbox.php
@@ -13,7 +13,7 @@
13
</tr>
14
</thead>
15
<?php foreach ($messages as $message){ ?>
16
- <tr<?php if(!$message['viewed']){?> class="info"<?}?>>
+ <tr<?php if(!$message['viewed']){?> class="info"<?php }?>>
17
<td><?php echo anchor('user/'.$message['from']['user_hash'], $message['from']['user_name']);?></td>
18
<td><?php if(!$message['viewed']) echo '<strong>'; ?>
19
<?php if(strlen($message['subject']) > 35) $message['subject'] = substr($message['subject'],0,35).'...'; ?>
0 commit comments