mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 04:34:07 +02:00
Merge remote-tracking branch 'PayBas/ticket/12565' into develop-ascraeus
* PayBas/ticket/12565: [ticket/12565] Empty anchors introduce white-space in IE11
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a id="bottom" accesskey="z"></a>
|
||||
<a id="bottom" class="anchor" accesskey="z"></a>
|
||||
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
|
||||
</div>
|
||||
|
||||
|
@@ -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">
|
||||
|
@@ -35,5 +35,5 @@
|
||||
<!-- EVENT simple_header_body_before -->
|
||||
|
||||
<div id="simple-wrap">
|
||||
<a id="top" accesskey="t"></a>
|
||||
<a id="top" class="anchor" accesskey="t"></a>
|
||||
<div id="page-body">
|
||||
|
@@ -11,7 +11,7 @@
|
||||
</head>
|
||||
<body id="phpbb">
|
||||
<div id="wrap">
|
||||
<a id="top" accesskey="t"></a>
|
||||
<a id="top" class="anchor" accesskey="t"></a>
|
||||
|
||||
<div id="page-header">
|
||||
<h1>{SITENAME}</h1>
|
||||
|
@@ -117,7 +117,7 @@
|
||||
|
||||
<!-- BEGIN postrow -->
|
||||
<!-- EVENT viewtopic_body_postrow_post_before -->
|
||||
<!-- IF postrow.S_FIRST_UNREAD --><a id="unread" data-url="{postrow.U_MINI_POST}"></a><!-- ENDIF -->
|
||||
<!-- IF postrow.S_FIRST_UNREAD --><a id="unread" class="anchor" data-url="{postrow.U_MINI_POST}"></a><!-- ENDIF -->
|
||||
<div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_POST_DELETED --> deleted<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_POST_HIDDEN --> online<!-- ENDIF --><!-- IF postrow.POSTER_WARNINGS --> warned<!-- ENDIF -->">
|
||||
<div class="inner">
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
</head>
|
||||
<body id="phpbb">
|
||||
<div id="wrap">
|
||||
<a id="top" accesskey="t"></a>
|
||||
<a id="top" class="anchor" accesskey="t"></a>
|
||||
|
||||
<div id="page-header">
|
||||
<h1>{SITENAME}</h1>
|
||||
|
Reference in New Issue
Block a user