mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-25 13:29:29 +01:00
applets/cstd.pl: fix footnote URLs
This commit is contained in:
parent
178deadb35
commit
0066c4a312
1
applets/cstd.pl
vendored
1
applets/cstd.pl
vendored
@ -257,6 +257,7 @@ $result =~ s/\s+$//;
|
||||
if ($matches > 1 and not $list_only) { print "Displaying $match of $matches matches: "; }
|
||||
|
||||
if ($comma eq "") {
|
||||
$found_section =~ s/Footnote/FOOTNOTE/;
|
||||
print "http://www.iso-9899.info/$std_name.html\#$found_section";
|
||||
print "p" . $found_paragraph if $paragraph_specified;
|
||||
print "\n\n";
|
||||
|
Loading…
Reference in New Issue
Block a user