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

Conversation

borisdelev
Copy link
Contributor

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"

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"
```
@prasathmani prasathmani merged commit 95d41a9 into prasathmani:master Dec 3, 2021
@borisdelev borisdelev deleted the patch-1 branch December 4, 2021 10:40
michael-milette pushed a commit to michael-milette/moodle-local_tinyfilemanager that referenced this pull request Dec 15, 2021
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"
```
ner00 pushed a commit to ner00/tinyfilemanager that referenced this pull request May 7, 2023
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"
```
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

Successfully merging this pull request may close these issues.

2 participants