From 6e88da8223c70e4ec3af27f6385a8a89006709fe Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Nov 2010 12:51:30 +0300 Subject: js: misc code cleanup, handle ctrl-clicking on postContent --- functions.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index d2c94b49d..411f26b6e 100644 --- a/functions.php +++ b/functions.php @@ -4599,7 +4599,9 @@ truncate_string(strip_tags($line['title']), 15) . ""; print "
"; - print "
"; + print "
"; $entry_author = $line["author"]; @@ -4613,8 +4615,9 @@ print "
$parsed_updated
"; if ($line["link"]) { - print "
" . - $line["title"] . "$entry_author
"; + print "
" . + $line["title"] . "$entry_author
"; } else { print "
" . $line["title"] . "$entry_author
"; } -- cgit v1.2.3