Index: trunk/phase3/includes/Skin.php |
— | — | @@ -1336,7 +1336,7 @@ |
1337 | 1337 | $bar[$heading][] = array_merge( array( |
1338 | 1338 | 'text' => $text, |
1339 | 1339 | 'href' => $href, |
1340 | | - 'id' => 'n-' . Sanitizer::escapeId( strtr( $line[1], ' ', '-' ) ), |
| 1340 | + 'id' => 'n-' . Sanitizer::escapeId( strtr( $line[1], ' ', '-' ), 'noninitial' ), |
1341 | 1341 | 'active' => false |
1342 | 1342 | ), $extraAttribs ); |
1343 | 1343 | } elseif ( ( substr( $line, 0, 2 ) == '{{' ) && ( substr( $line, -2 ) == '}}' ) ) { |