Index: trunk/extensions/SubPageList/SubPageList.class.php |
— | — | @@ -470,7 +470,7 @@ |
471 | 471 | if ( $bullet != '' ) { |
472 | 472 | // Make sure $bullets is long enough. |
473 | 473 | while ( strlen( $bullets ) < $level ) { |
474 | | - $bullets .= $bullets; |
| 474 | + $bullets .= $bullet; |
475 | 475 | } |
476 | 476 | |
477 | 477 | $item .= $start . substr( $bullets, 0, $level ); |