From 739cb01899d0a6bc24dd21bc9dcabbbafe457d11 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 30 Sep 2006 09:16:13 +0100 Subject: article layout fixes --- backend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 499183d41..4c5a787cc 100644 --- a/backend.php +++ b/backend.php @@ -520,10 +520,10 @@ } if ($line["link"]) { - print "" . + print "" . $line["title"] . "$entry_author"; } else { - print "" . $line["title"] . "$entry_author"; + print "" . $line["title"] . "$entry_author"; } $parsed_updated = date(get_pref($link, 'LONG_DATE_FORMAT'), -- cgit v1.2.3