Skip to content

tiny bug in index.html #1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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