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