mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-05-11 09:56:13 +02:00
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" ```
182 KiB
182 KiB