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

Just a little fix with missing " in button HTML #675

Merged
merged 1 commit into from
Dec 3, 2021
Merged

Just a little fix with missing " in button HTML #675

merged 1 commit into from
Dec 3, 2021

Commits on Dec 2, 2021

  1. Just a little fix with missing " in button HTML

    Its a little html fix- its about 1787 line- the class value it not closed.
    ```
    <button type="button" class="btn btn-sm btn-outline-primary name="Save"
    ```
    changed to:
    
    ```
    <button type="button" class="btn btn-sm btn-outline-primary" name="Save"
    ```
    borisdelev authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    abc72c1 View commit details
    Browse the repository at this point in the history