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

Missing </div> into com_installer default.html #7274

Closed
wants to merge 1 commit into from

Commits on Jun 27, 2015

  1. Missing </div> into com_installer default.html

    Missing </div> into file administrator/components/com_installer/views/install/tmpl/default.html
    
    Step to reproduce
    
    Go to the extension manager and check if with https://validator.w3.org/nu/
    
    You will have a message such:
    There is a missing html tag line 183 which produce error during W3C validation using https://validator.w3.org/nu/
    Error: Unclosed element div.
    From line 583, column 3; to line 583, column 44
    </div> <div id="j-main-container" class="span10">
    
    The proposal is to add the missing <div> on line 177
    
    Expected result
    
    No more error
    
    Actual result
    
    Error: Unclosed element div.
    
    System information
    
    Joomla 3.4.1
    b92 committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    ed66f2a View commit details
    Browse the repository at this point in the history