-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[#28120] XHTML 1.0 Transitional #138
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
Conversation
|
Please create a tracker in joomalcode. |
|
[#28120] XHTML 1.0 Transitional added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this line for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line is from the original file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not in https://github.com/joomla/joomla-cms/blob/master/administrator/components/com_admin/models/sysinfo.php. It's being added in this pull.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok now i see what you meen, sorry
in your last post i saw line 150-151.
this line is for users with php zend module loaded.
the name attribute "module_Zend Optimizer" of an anker-tag is not xhtml valide, so replace it with "module_Zend_Optimizer"
|
ok there is no response, so I close this pull pull request |
|
That's because all patches still have to go trough the issue tracker (http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8103) for testing before they can be accepted. As infograf768 mentioned you need to open an issue there or your patch won't be accepted. It's not the most elegant system, but the github issue handling just doesn't cut it for the project. |
|
Thanks for coding this, Klaus! :) This is fixed in JoomlaCode. Closing. |
Change icon coq
🇫🇷 updated based on the 🇬🇧 version
I made some changes in administrator/components/com_admin/models/sysinfo.php.
if u check the html output of this page in w3c validator you get about 48 errors.
after changing the regex pattern line 146 and 147 and added a opening tr tag at line in administrator/components/com_admin/views/sysinfo/tmpl/default_system.php i got zero errors.
check it :)
greetings from klaus