Added a missing bracket
authorJoey Schulze <joey@infodrom.org>
Mon, 13 Nov 2006 09:15:01 +0000 (09:15 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 13 Nov 2006 09:15:01 +0000 (09:15 +0000)
Styles/linx.style

index 30641df..edede55 100644 (file)
@@ -37,7 +37,7 @@
               urlencode($row['category']), $row['category']);
         $category = $row['category'];
       }
-      printf '<div class="linx%d"><a href="%s">%s</a></div>'."\n",
+      printf ('<div class="linx%d"><a href="%s">%s</a></div>'."\n",
             $linx, $row['url'], $row['subject']);
       $linx = (int)!$linx;
     }