Edit report at https://bugs.php.net/bug.php?id=65107&edit=1

 ID:                 65107
 Updated by:         le...@php.net
 Reported by:        bbldzr at gmail dot com
 Summary:            Right menu wrong render
-Status:             Verified
+Status:             Closed
 Type:               Bug
 Package:            Website problem
 Operating System:   Win7
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

Automatic comment on behalf of levim
Revision: 
http://git.php.net/?p=web/php.git;a=commit;h=459ceeaaf9430fa92c1a3f89f6078d58e6d145b6
Log: Fixed bug #65107: Paamayim Nekudotayim rendering as ')'.


Previous Comments:
------------------------------------------------------------------------
[2013-06-25 06:57:47] phi...@php.net

Verified with the beta site, and making this a php.net web problem. Thank you 
for 
the bug report. :)

------------------------------------------------------------------------
[2013-06-25 05:54:41] bbldzr at gmail dot com

This bug is on beta-site. I'm sorry that did not specify.

------------------------------------------------------------------------
[2013-06-25 05:18:47] gabri dot ns at gmail dot com

here is what i've got:

<ul class="toc">
 ...
 <li><a href="language.oop5.inheritance.php">Object Inheritance</a></li>
 <li class="active"><a href="language.oop5.paamayim-nekudotayim.php">Scope 
Resolution Operator (::)</a></li>
 <li><a href="language.oop5.static.php">Static Keyword</a></li>
 ...
</ul>

different 'ul' class name, no 'class' in 'li' element except
that active, no 'title' attribute in 'a' element.
is it possible because of proxy caching problem?
just like Bug #65109 ?

------------------------------------------------------------------------
[2013-06-25 05:05:51] bbldzr at gmail dot com

Here is part of HTML of left menu:
---
<ul class="child-menu-list">
...
  <li class="">
    <a href="language.oop5.inheritance.php" title="Object Inheritance">
      Object Inheritance
    </a>
  </li>
  <li class="current">
     <a href="language.oop5.paamayim-nekudotayim.php" title=")">
     ) <!-- Wrong title -->
    </a>
  </li>
  <li class="">
    <a href="language.oop5.static.php" title="Static Keyword">
      Static Keyword
    </a>
  </li>
...                                                
</ul>
---

------------------------------------------------------------------------
[2013-06-24 22:47:02] phi...@php.net

Please check the HTML source around that part and let us know what you find.

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=65107


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=65107&edit=1

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

Reply via email to