From 4ca640d61b74c53a1320e109011c7c1af8d1cf8c Mon Sep 17 00:00:00 2001 From: saxmatt Date: Thu, 21 Aug 2003 15:06:38 +0000 Subject: [PATCH] Lowercase attribute values. git-svn-id: http://svn.automattic.com/wordpress/trunk@326 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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'