Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -560,7 +560,7 @@ |
561 | 561 | $this->textbox2 = $this->safeUnicodeInput( $request, 'wpTextbox2' ); |
562 | 562 | $this->mMetaData = rtrim( $request->getText( 'metadata' ) ); |
563 | 563 | # Truncate for whole multibyte characters. +5 bytes for ellipsis |
564 | | - $this->summary = $wgLang->truncate( $request->getText( 'wpSummary' ), 250 ); |
| 564 | + $this->summary = $wgLang->truncate( $request->getText( 'wpSummary' ), 250 ); |
565 | 565 | |
566 | 566 | # Remove extra headings from summaries and new sections. |
567 | 567 | $this->summary = preg_replace('/^\s*=+\s*(.*?)\s*=+\s*$/', '$1', $this->summary); |