From be110d3759bd16b1cc8697b8e65494ef50057481 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 2 Feb 2006 03:40:16 +0000 Subject: [PATCH] typo in diff feed style --- includes/SpecialRecentchanges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index 8accbfb661..7cf712f8ca 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -630,7 +630,7 @@ function rcApplyDiffStyle( $text ) { 'diff-addedline' => 'background: #cfc; font-size: smaller;', 'diff-deletedline' => 'background: #ffa; font-size: smaller;', 'diff-context' => 'background: #eee; font-size: smaller;', - 'diffchange' => 'color: red; font-wieght: bold;', + 'diffchange' => 'color: red; font-weight: bold;', ); foreach( $styles as $class => $style ) { -- 2.20.1