Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

fix self closing tag span on class file-icon #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 19, 2020

  1. fix self closing tag span on class file-icon

    <span class="file-icon" />
    supposed to be
    <span class="file-icon"></span>
    
    because it only works in XHTML, not every website use XHTML
    denifelixe authored Sep 19, 2020
    Configuration menu
    Copy the full SHA
    a352702 View commit details
    Browse the repository at this point in the history