github-readme-stats icon indicating copy to clipboard operation
github-readme-stats copied to clipboard

Not valid text for custom_title option

Open RDCH106 opened this issue 4 months ago • 0 comments

Describe the bug

Error rendering card and It worked before.

If I remove the spaces in the custom_title option works again:

The issue is resolved by replacing the space character with %20 according to RFC1738 URL encoding:

💡 Perhaps this assessment should be reflected in the Readme for the custom_title option or in some way supported if it is taken into account.

Expected behavior

The correct and consistent card rendering when the custom_title option is used

Screenshots / Live demo link

No response

Additional context

No response

RDCH106 avatar Feb 28 '24 16:02 RDCH106