From 27dc2c69cb203e56185e4cdda4858538d8bf6305 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sun, 24 Aug 2003 16:46:24 +0000 Subject: [PATCH] Mostly whitespace issues. git-svn-id: http://svn.automattic.com/wordpress/trunk@334 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- b2-include/b2template.functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/b2-include/b2template.functions.php b/b2-include/b2template.functions.php index 5427d38d18..e1c3436663 100644 --- a/b2-include/b2template.functions.php +++ b/b2-include/b2template.functions.php @@ -111,11 +111,11 @@ function single_month_title($prefix = '', $display = true ) { /* link navigation hack by Orien http://icecode.com/ */ function get_archives_link($url, $text, $format) { if ('link' == $format) { - return ''."\n"; + return "\t".''."\n"; } else if ('option' == $format) { return ''."\n"; } else { // 'html' - return '
  • '.$text.'
  • '."\n"; + return "\t".'
  • '.$text.'
  • '."\n"; } }