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

Conversation

b92
Copy link
Contributor

@b92 b92 commented Jun 27, 2015

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

on line 177

Expected result

No more error

Actual result

Error: Unclosed element div.

System information

Joomla 3.4.1

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
@brianteeman
Copy link
Contributor

This is a partial duplicate of #7235
Closing - please test the solution in #7235

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants