mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
managen: fix removing backticks from subtitles
It erroneously removed them from the wrong variable. Closes #14081
This commit is contained in:
@@ -317,7 +317,7 @@ sub render {
|
||||
$word =~ s/[\"\'](.*)[\"\']\z/$1/;
|
||||
|
||||
# remove backticks from headers
|
||||
$words =~ s/\`//g;
|
||||
$word =~ s/\`//g;
|
||||
|
||||
# if there is a space, it needs quotes for man page
|
||||
if(($word =~ / /) && $manpage) {
|
||||
|
||||
Reference in New Issue
Block a user