Index: trunk/phase3/includes/api/ApiQuery.php |
— | — | @@ -599,8 +599,8 @@ |
600 | 600 | $this->mPageSet = null; |
601 | 601 | $this->mAllowedGenerators = array(); // Will be repopulated |
602 | 602 | |
603 | | - $querySeparator = str_repeat( '--- ', 8 ); |
604 | | - $moduleSeparator = str_repeat( '*** ', 10 ); |
| 603 | + $querySeparator = str_repeat( '--- ', 12 ); |
| 604 | + $moduleSeparator = str_repeat( '*** ', 14 ); |
605 | 605 | $msg .= "\n$querySeparator Query: Prop $querySeparator\n\n"; |
606 | 606 | $msg .= $this->makeHelpMsgHelper( $this->mQueryPropModules, 'prop' ); |
607 | 607 | $msg .= "\n$querySeparator Query: List $querySeparator\n\n"; |
Index: trunk/phase3/includes/api/ApiMain.php |
— | — | @@ -836,7 +836,7 @@ |
837 | 837 | // Use parent to make default message for the main module |
838 | 838 | $msg = parent::makeHelpMsg(); |
839 | 839 | |
840 | | - $astriks = str_repeat( '*** ', 10 ); |
| 840 | + $astriks = str_repeat( '*** ', 14 ); |
841 | 841 | $msg .= "\n\n$astriks Modules $astriks\n\n"; |
842 | 842 | foreach ( array_keys( $this->mModules ) as $moduleName ) { |
843 | 843 | $module = new $this->mModules[$moduleName] ( $this, $moduleName ); |