Commit d52879cc authored by Fred Drake's avatar Fred Drake

do_cmd_rfc(): Simplify the generated markup.

parent 52ea0ce9
......@@ -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{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment