Skip to content

tiny bug in index.html #1

@hardreddata

Description

@hardreddata

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions