| Nuno Lopes 2006-12-23, 7:59 am |
| nlopess Sat Dec 23 13:10:48 2006 UTC
Modified files:
/php-gcov-web/www compile_results.php
Log:
ooops..
http://cvs.php.net/viewvc.cgi/php-g...3&diff_format=u
Index: php-gcov-web/www/compile_results.php
diff -u php-gcov-web/www/compile_results.php:1.2 php-gcov-web/www/compile_results.php:1.3
--- php-gcov-web/www/compile_results.php:1.2 Fri Dec 22 23:06:29 2006
+++ php-gcov-web/www/compile_results.php Sat Dec 23 13:10:48 2006
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: compile_results.php,v 1.2 2006/12/22 23:06:29 nlopess Exp $ */
+/* $Id: compile_results.php,v 1.3 2006/12/23 13:10:48 nlopess Exp $ */
if (!defined('IN_GCOV_CODE')) exit;
@@ -64,7 +64,7 @@
$content .= <<< HTML
<tr>
<td>$cvslink $lxrlink</td>
- <td>$funclink</a></td>
+ <td>$funclink</td>
<td>$type: $msg</td>
</tr>
HTML;
|