Support for PHP 5
authorJoey Schulze <joey@infodrom.org>
Wed, 27 Dec 2006 16:30:08 +0000 (16:30 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 27 Dec 2006 16:30:08 +0000 (16:30 +0000)
Styles/linx.style

index 35af247..95ec689 100644 (file)
@@ -32,7 +32,7 @@
       $row = pg_fetch_array ($sth, $nr);
 
       if ($category != $row['category']) {
-        printf ('<div class="category"><strong><a href="lookup.php3?category=%s">%s</a></strong></div>'."\n",
+        printf ('<div class="category"><strong><a href="lookup.php?category=%s">%s</a></strong></div>'."\n",
               urlencode($row['category']), $row['category']);
         $category = $row['category'];
        $linx = 0;