From 6f5eb97a5d2129427e831a9a4eb1fec318401356 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 17 May 2011 18:02:36 -0700 Subject: Made it prettier --- htdocs/categories.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'htdocs/categories.php') diff --git a/htdocs/categories.php b/htdocs/categories.php index 5725125..e4c1f37 100644 --- a/htdocs/categories.php +++ b/htdocs/categories.php @@ -53,7 +53,8 @@ function displayEvents($category) { if ($posts->valid()) { foreach ($posts as $id => $post) { - printf("

%s

" + printf("

%s

" . "
%s" . " %s
", -- cgit v1.2.3