This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123687 - double "<" char in "<<li>" tag
Summary: double "<" char in "<<li>" tag
Status: VERIFIED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: CND (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Ann Rice
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-08 15:53 UTC by Magdalena Goldyn
Modified: 2008-03-31 16:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magdalena Goldyn 2007-12-08 15:53:25 UTC
CND 6.0 OLH
-----------

Comment:
--------
There is double "<" character in "<<li>" tag.


File:
-----
cnd/core/javahelp/org/netbeans/modules/cnd/help/EditingSourceFiles/CandC++CodeFolding.html

Where:
<<li>All levels of classes, unions, structs, and enums
</li>
Comment 1 Ann Rice 2008-02-12 23:59:32 UTC
Extra < has been deleted.
Comment 2 dnikitin 2008-03-24 18:45:35 UTC
Now, I see the following code in CandC++CodeFolding.html

<li>Preprocessor conditionals such as <tt>#ifdef</tt>, <tt>#if</tt>, 
<tt>#else</tt>, and <tt>#endif</tt>
<li>All levels of classes, unions, structs, and enums
</li>
--------

Ending </li> is absent after "Preprocessor conditionals...".
It seems, <<li> should be </li><li> rather than <li>

Comment 3 Ann Rice 2008-03-24 23:20:31 UTC
Correction has been made, and is being put back today (3/24).
Comment 4 Ann Rice 2008-03-26 03:27:35 UTC
The fix is in build 200803241203.
Comment 5 dnikitin 2008-03-31 16:04:25 UTC
Verified in NetBeans IDE Dev (Build 200803302302)