BUG#463 Strip first leading blank from preformatted text in output
This commit is contained in:
parent
6671b7e2bb
commit
2429d63748
1 changed files with 1 additions and 0 deletions
|
|
@ -1326,6 +1326,7 @@ class Parser
|
|||
$output .= $this->closeParagraph().'<pre>';
|
||||
$this->mLastSection = 'pre';
|
||||
}
|
||||
$t = substr( $t, 1 );
|
||||
} else {
|
||||
// paragraph
|
||||
if ( '' == trim($t) ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue