mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12565] Empty anchors introduce white-space in IE11
PHPBB3-12565
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<!-- EVENT overall_header_body_before -->
|
||||
|
||||
<div id="wrap">
|
||||
<a id="top" accesskey="t"></a>
|
||||
<a id="top" class="anchor" accesskey="t"></a>
|
||||
<div id="page-header">
|
||||
<div class="headerbar">
|
||||
<div class="inner">
|
||||
@@ -89,7 +89,7 @@
|
||||
|
||||
<!-- EVENT overall_header_page_body_before -->
|
||||
|
||||
<a id="start_here"></a>
|
||||
<a id="start_here" class="anchor"></a>
|
||||
<div id="page-body">
|
||||
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
|
||||
<div id="information" class="rules">
|
||||
|
Reference in New Issue
Block a user