From 0066c4a312c096c6458f9c5cbecb05f3c212892a Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 25 Dec 2022 18:07:04 -0800 Subject: [PATCH] applets/cstd.pl: fix footnote URLs --- applets/cstd.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/applets/cstd.pl b/applets/cstd.pl index e885d389..173d7cdf 100755 --- a/applets/cstd.pl +++ b/applets/cstd.pl @@ -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";