|
From: <sv...@va...> - 2015-08-13 13:49:25
|
Author: florian
Date: Thu Aug 13 14:49:18 2015
New Revision: 503
Log:
Add a missing single quote.
Modified:
trunk/php/.htconfx
Modified: trunk/php/.htconfx
==============================================================================
--- trunk/php/.htconfx (original)
+++ trunk/php/.htconfx Thu Aug 13 14:49:18 2015
@@ -40,7 +40,7 @@
'vgusers' => array(
'txt'=>'valgrind-users',
'url'=>'http://lists.sourceforge.net/lists/listinfo/valgrind-users' ),
- 'vgtestresults => array(
+ 'vgtestresults' => array(
'txt'=>'valgrind-testresults,
'url'=>'https://lists.sourceforge.net/lists/listinfo/valgrind-testresults' ),
'vgbugsreport' => array(
|