You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor version is inverted in title of the issue btw
jdarwood007
changed the title
[2.0, 3.1]: Wrong position for $context['error_code'] in template
[2.1, 3.0]: Wrong position for $context['error_code'] in template
Jan 29, 2024
Basic Information
Errors.template.php, function template_fatal_error:
<div ', $context['error_code'], 'class="padding">
Result HTML (for example, on 404 error):
As a result, the padding class is not recognized and does not work.
Steps to reproduce
Expected result
<div class="padding">
or maybe
<div class="padding error_404">
Actual result
<div 404class="padding">
Version/Git revision
2.1.4, 3.0 Alpha 1
Database Engine
MySQL
Database Version
MariaDB-10.6.11
PHP Version
8.0.30
Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: