Bug 618 - angle paranthesis in CHANGES.html
angle paranthesis in CHANGES.html
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: documentation
ns-3-dev
All All
: P1 trivial
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-01 01:55 UTC by Andrey Hippo
Modified: 2009-07-02 09:14 UTC (History)
1 user (show)

See Also:


Attachments
fix (883 bytes, patch)
2009-07-01 01:55 UTC, Andrey Hippo
Details | Diff
angle brackets, ampersands fix (11.52 KB, patch)
2009-07-02 08:45 UTC, Andrey Hippo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Hippo 2009-07-01 01:55:22 UTC
Created attachment 508 [details]
fix

changeset 5d448b8564e5 added string "Ptr<Packet> p".
Substring "<Packet>" is interpreted as unknown HTML tag by most browsers (tested on Opera, Firefox) and thus omitted.
So the result looks like "Ptr p".

Note:
Marked with priority P1 because I suppose, it should be fixed before 3.5 release and rather trivial.
Comment 1 Mathieu Lacage 2009-07-01 02:21:45 UTC
changeset 2dddadf4248c
Comment 2 Andrey Hippo 2009-07-02 08:45:26 UTC
Created attachment 511 [details]
angle brackets, ampersands fix
Comment 3 Mathieu Lacage 2009-07-02 09:14:06 UTC
changeset 34e6d141c227