php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32556 several errors with http://www.php.net/docs-echm.php
Submitted: 2005-04-03 16:42 UTC Modified: 2005-04-03 16:50 UTC
From: techtonik@php.net Assigned:
Status: Closed Package: Website problem
PHP Version: 4CVS-2005-04-03 (stable) OS: Win2000 IE6 SP1
Private report: No CVE-ID: None
 [2005-04-03 16:42 UTC] techtonik@php.net
Description:
------------
http://www.php.net/docs-echm.php contains some html errors - patch is below

But besides that it dispays strangely on IE6 SP1 with a big amount of whitespaces in the center of a page just after 
"if (textArea.getSelection().length > 0) {" string.

I think that the reason for such behavior is resizeColumnsIE() function in http://static.php.net/www.php.net/userprefs.js


Reproduce code:
---------------
--- docs-echm_old.php	2005-04-03 16:49:42.000000000 +0200
+++ docs-echm.php	2005-04-03 16:57:06.000000000 +0200
@@ -145,7 +145,7 @@
   Users of this product can download an extension on
   <a href="http://www.tecnorama.org/document.php?id_doc=49">this Spanish page</a>.
   If one would like to know what the text reads in English, 
-  <a href="http://world.altavista.com/tr?lp=es_en&url=http://www.tecnorama.org/document.php?id_doc=49">Babel
+  <a href="http://world.altavista.com/tr?lp=es_en&amp;url=http://www.tecnorama.org/document.php?id_doc=49">Babel
   Fish is there to help</a>.
  </li>
 
@@ -177,7 +177,7 @@
 }
 exec("HH " + CHM_location);
 </pre>
- </list>
+ </li>
 
  <li>
   <strong><a href="http://www.pfersdorff.de/">Mr. Ed</a></strong>:



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-03 16:50 UTC] goba@php.net
Fixed. If you find a solution to the strange display, please post that too.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 04:00:01 2026 UTC