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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 07:01:28 2024 UTC