Bug 618 - angle paranthesis in CHANGES.html
: angle paranthesis in CHANGES.html
Status: RESOLVED FIXED
: ns-3
documentation
: ns-3-dev
: All All
: P1 trivial
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2009-07-01 01:55 EDT by
Modified: 2009-07-02 09:14 EDT (History)


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


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-07-01 01:55:22 EDT
Created an attachment (id=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 From 2009-07-01 02:21:45 EDT -------
changeset 2dddadf4248c
------- Comment #2 From 2009-07-02 08:45:26 EDT -------
Created an attachment (id=511) [details]
angle brackets, ampersands fix
------- Comment #3 From 2009-07-02 09:14:06 EDT -------
changeset 34e6d141c227