Skip to content
New issue

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

tiny bug in index.html #1

Open
hardreddata opened this issue Mar 25, 2024 · 0 comments
Open

tiny bug in index.html #1

hardreddata opened this issue Mar 25, 2024 · 0 comments

Comments

@hardreddata
Copy link

I would have done a pull request but GitHub wanted to change all the line endings and the diff didn't show the one line change

<span class="htmlTagDelimiter"><</span><span class="htmlElementName">link</span> <span class="htmlAttributeName">href</span><span class="htmlOperator">=</span><span class="quot">"</span><span class="htmlAttributeValue">_content /Cropper.Blazor/cropper.min.css</span><span class="quot">"</span> <span class="htmlAttributeName">rel</span><span class="htmlOperator">=</span><span class="quot">"</span><span class="htmlAttributeValue">stylesheet</span><span class="quot">"</span> <span class="htmlTagDelimiter">/></span>

<link href="_content /Cropper.Blazor/cropper.min.css" rel="stylesheet" />

propose to remove the white space after content

<link href="_content/Cropper.Blazor/cropper.min.css" rel="stylesheet" />

This was stopping the project from working as intended.

Thanks for making this package available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant