php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51070 Double acronym tags in HTML output
Submitted: 2010-02-17 16:21 UTC Modified: 2010-02-17 17:35 UTC
From: degeberg@php.net Assigned:
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: degeberg@php.net
New email:
PHP Version: OS:

 

 [2010-02-17 16:21 UTC] degeberg@php.net
Description:
------------
When using acronyms in the XML sources, the HTML output will have duplicate <acronym> tags. This is confirmed using PhD 0.9.1.

Reproduce code:
---------------
(XML source): <acronym>SAPI</acronym>

Expected result:
----------------
Something like this:

<acronym title="Server Application Programming Interface">SAPI</acronym>

Actual result:
--------------
<acronym class="acronym"><acronym title="Server Application Programming Interface">SAPI</acronym></acronym>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-02-17 16:59 UTC] svn@php.net
Automatic comment from SVN on behalf of moacir
Revision: http://svn.php.net/viewvc/?view=revision&revision=295202
Log: Fixing bug #51070 - Double acronym tags in HTML output.
- The acronym tag was been rendered by both Generic and PHP Packages, now only PHP
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 06 13:01:27 2024 UTC