1
0
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:
Cesar G
2014-06-04 22:58:19 -07:00
17 changed files with 28 additions and 20 deletions

View File

@@ -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>

View File

@@ -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">

View File

@@ -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">

View File

@@ -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>

View File

@@ -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">

View File

@@ -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>