do_cmd_rfc(): Simplify the generated markup.

This commit is contained in:
Fred Drake 1999-09-22 19:58:51 +00:00
parent 52ea0ce977
commit d52879ccdc
1 changed files with 2 additions and 2 deletions

View File

@ -229,8 +229,8 @@ sub do_cmd_rfc{
# Save the reference
my $nstr = gen_index_id("RFC!RFC $rfcnumber", '');
$index{$nstr} .= make_half_href("$CURRENT_FILE#$id");
return ("<span class=rfc><a name=\"$id\"\nhref=\"$href\">"
. "RFC $rfcnumber</a></span>" .$_);
return ("<a class=rfc name=\"$id\"\nhref=\"$href\">RFC $rfcnumber</a>"
. $_);
}
sub do_cmd_deprecated{