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"; } }