-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[4.0] proper html fallback everywhere #18777
The head ref may contain hidden characters: "\u00A74.0-dev-proper-html-fallback-everywhere"
[4.0] proper html fallback everywhere #18777
Conversation
@@ -0,0 +1,269 @@ | |||
<html> | |||
<base> |
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.
Shouldn't this be <head>
and not <base>
?
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.
Created PR #18796 to correct this.
This error came from PR joomla#18777
…tml (joomla#18796) This error came from PR joomla#18777
Pull Request for Issue #18764 .
Summary of Changes
All index.php fallback to the same error page in case of unsupported PHP version. This should cover the cases @brianteeman mentioned in the issue:
Testing Instructions
You need to edit each of the index.php files (root, installation, administrator) and change the line
to
and then navigate to
/
/installation/
/administrator/
or any other URI pointing in your server. All cases should respond with the nice html page.
Expected result
Actual result
Documentation Changes Required
Same as before, the js file for the translation is created through the gruntfile and the installation folder, so maintainers need to run the
grunt installation
to refresh that file if there are some changes in the languages files.