|
Bugzilla – Full Text Bug Listing |
| Summary: | angle paranthesis in CHANGES.html | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Andrey Hippo <ahippo> |
| Component: | documentation | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | mathieu.lacage |
| Priority: | P1 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
fix
angle brackets, ampersands fix |
||
changeset 2dddadf4248c Created attachment 511 [details]
angle brackets, ampersands fix
changeset 34e6d141c227 |
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.