%TOC% ---+ Test with =monospaced= text test
monospaced text | TWiki version: | AthensRelease |
| TWiki plugins: | default |
| Server OS: | Linux |
| Web server: | Apache |
| Perl version: | 5.5.2 |
| Client OS: | Windows |
| Web Browser: | Netscape 4.7 |
sub makeAnchorHeading, file TWiki.pm, remove the space,
| from: | <a name =\"$anchorName\"> |
| to: | <a name=\"$anchorName\"> |
if( $hasAnchor ) {
# FIXME: '<h1><a name="atext"></a></h1> WikiName' has an
# empty <a> tag, which is not HTML conform
$text = "<nop><h$theLevel><a name=\"$anchorName\"> </a> $theText <\/h$theLevel>";
} else {
$text = "<nop><h$theLevel><a name=\"$anchorName\"> $theText <\/a><\/h$theLevel>";
}
In TWikiAlphaRelease and TWiki.org.