mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-12-25 09:39:50 +01: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