- Timestamp:
- 09/30/08 20:33:28 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/codeigniter/trunk/system/application/views/user/main.php
r20288 r20303 60 60 <td> 61 61 <p class="murmur"> 62 <?=h($row->comment)?> 62 <?php 63 $row->comment = h($row->comment); 64 if ($row->reply_username) { 65 $row->comment = preg_replace('/^@(\w+)\s/', '@' . anchor(site_url('user/index/' . $row->reply_username), $row->reply_username) . ' ', $row->comment); 66 } 67 ?> 68 <?=$row->comment?> 63 69 <?=anchor(site_url('user/statuses/' . $row->username . '/' . $row->id), posted_time($row->created_at))?> 64 70 </p>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)