mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 03:19:01 +01:00
When validating for HTML5, the name attribute is obsolete/deprecated when used in anchor tags. The ID tag should be used here instead. PHPBB3-10362
14 lines
202 B
HTML
14 lines
202 B
HTML
<!-- INCLUDE overall_header.html -->
|
|
|
|
<a id="maincontent"></a>
|
|
|
|
<h1>{L_ACP_PHP_INFO}</h1>
|
|
|
|
<p>{L_ACP_PHP_INFO_EXPLAIN}</p>
|
|
|
|
<div class="phpinfo">
|
|
{PHPINFO}
|
|
</div>
|
|
|
|
<!-- INCLUDE overall_footer.html -->
|