From e67c2887e2d8f767014553726e4b43bd6e3d4665 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 21 Aug 2003 15:06:38 +0000 Subject: [PATCH] Lowercase attribute values. git-svn-id: https://develop.svn.wordpress.org/trunk@326 602fd350-edb4-49c9-b593-d223f7449a82 --- b2-include/b2template.functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2-include/b2template.functions.php b/b2-include/b2template.functions.php index 6fc7f84f68..27f42ff26f 100644 --- a/b2-include/b2template.functions.php +++ b/b2-include/b2template.functions.php @@ -111,7 +111,7 @@ 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 ''."\n"; } else if ('option' == $format) { return ''."\n"; } else { // 'html'