We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
…Ideally, we shouldn't even be creating this file, but since we are, clean it up.
BTW, the title is
<title>Disambiguation for ''</title>
The text was updated successfully, but these errors were encountered:
in
doc/Language/5to6-nutshell.pod6
the line
=head3 X<C<constant>|constant>
is the first thing that causes an empty .html to be generated.
And it's this block of code from htmlify that extracts the empty name:
when :("", Pod::FormattingCode $, "") {
Sorry, something went wrong.
Why does it happen that way? Maybe because of the C?
C
31195c4
Really removes html/.html. Really closes #1153
eda9975
JJ
coke
No branches or pull requests
…Ideally, we shouldn't even be creating this file, but since we are, clean it up.
BTW, the title is
The text was updated successfully, but these errors were encountered: