From:             humbads at alum dot mit dot edu
Operating system: all
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  inconsistency in tidy tag name

Description:
------------
In the Tidy constants page,
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/tidy/constants.xml?view=markup

it defines a constant called: TIDY_TAG_NOSAFE

However, in the CVS of tidy.c, the line says:

TIDY_TAG_CONST(NOSAVE);

So when I try to use the TIDY_TAG_NOSAFE constant, I get an error saying
it doesn't exist.


Reproduce code:
---------------
// enable tidy extension
print TIDY_TAG_NOSAFE;

Expected result:
----------------
The documentation needs to be corrected to say, TIDY_TAG_NOSAVE instead of
TIDY_TAG_NOSAFE.

NOSAVE is the correct tag name. See:
http://www.htmlcodetutorial.com/images/_IMG_NOSAVE.html


-- 
Edit bug report at http://bugs.php.net/?id=35742&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35742&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35742&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35742&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=35742&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=35742&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=35742&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=35742&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=35742&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=35742&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=35742&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=35742&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=35742&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=35742&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35742&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=35742&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=35742&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=35742&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35742&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=35742&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=35742&r=mysqlcfg

Reply via email to