Commit:    fe7ea4178c7ad197311c8df409f2a5189fbe5890
Author:    Sobak <[email protected]>         Sun, 16 Mar 2014 21:51:58 
+0100
Parents:   51ad10d813eb1723ad6df3bb4e310d6a784bbfa8
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=fe7ea4178c7ad197311c8df409f2a5189fbe5890

Log:
Simplified anchor to the top

Changed paths:
  M  include/functions.php


Diff:
diff --git a/include/functions.php b/include/functions.php
index 0475e5f..6924f1f 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1746,9 +1746,7 @@ function response_header($title, $extraHeaders = '')
 
 <body>
 
-<div><a id="TOP"></a></div>
-
-<table id="head-menu" class="head" cellspacing="0" cellpadding="0">
+<table id="top" class="head" cellspacing="0" cellpadding="0">
        <tr>
                <td class="head-logo">
                        <a href="/"><img src="images/logo.gif" alt="Bugs" 
vspace="2" hspace="2" /></a>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to