Kaydet (Commit) ef4d111b authored tarafından Fred Drake's avatar Fred Drake

do_cmd_seeurl(): New function.

üst d85f0594
......@@ -1288,6 +1288,17 @@ sub do_cmd_seerfc{
. $_;
}
sub do_cmd_seeurl{
local($_) = @_;
my $url = next_argument();
my $text = next_argument();
return '<dl compact class="seeurl">'
. "\n <dt><a href=\"$url\""
. "\n class=\"url\">$url</a>"
. "\n <dd>$text\n </dl>"
. $_;
}
sub do_cmd_seetext{
local($_) = @_;
my $content = next_argument();
......
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