-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
CropperBlazor.github.io/index.html
Line 353 in 1dd4281
| <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.
Metadata
Metadata
Assignees
Labels
No labels