summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-16 14:39:25 +0100
committerAndrew Dolgov <[email protected]>2007-08-16 14:39:25 +0100
commit06202d882fdff714d13400885a2124993fb7aa86 (patch)
tree25cbb4250be5a196a0cf2704e4c6e0e524fd6a49 /functions.php
parent0d276d67b0fff87809ac24dacdc7747aff0a8fd2 (diff)
article header: smaller font for author
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 40b32df88..01618abd8 100644
--- a/functions.php
+++ b/functions.php
@@ -3830,7 +3830,7 @@
if ($line["link"]) {
print "<div clear='both'><a $link_target href=\"" . $line["link"] . "\">" .
- $line["title"] . "</a>$entry_author</div>";
+ $line["title"] . "</a><span class='author'>$entry_author</span></div>";
} else {
print "<div clear='both'>" . $line["title"] . "$entry_author</div>";
}