Browse the code
| Differences between 186 and 187 on /trunk/inc/modules/index/views. | |||||||
|---|---|---|---|---|---|---|---|
| Number of edited files: | 1 (0 added, 0 deleted and 1 modified) | ||||||
| Author: | xbright | ||||||
| Log message: | * Fixed two little bugs |
||||||
| Date: | 2008-12-10 18:36:16 | ||||||
|
|||||||
| Old | New | Code |
|---|---|---|
| 160 | 160 |
$projectdbname = htmlspecialchars($projects_list[$i]['dbname']); |
| 161 | 161 |
$projectname = htmlspecialchars($projects_list[$i]['name']); |
| 162 | 162 |
$this->maincontent .= '<tr> |
| 163 |
<td><a href="project/'.$projectdbname.'/download">'.$projectname.'</a></td> | |
| 163 |
<td><a href="project/'.$projectdbname.'">'.$projectname.'</a></td>
| |
| 164 | 164 |
<td class="center"><strong>'.$projects_list[$i]['downloads'].'</strong></td> |
| 165 | 165 |
</tr>'; |
| 166 | 166 |
} |
| 167 | 167 |

CodingTeam