From: Brion Vibber Date: Thu, 2 Feb 2006 03:40:16 +0000 (+0000) Subject: typo in diff feed style X-Git-Tag: 1.6.0~387 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=be110d3759bd16b1cc8697b8e65494ef50057481;p=lhc%2Fweb%2Fwiklou.git typo in diff feed style --- 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 ) {