Closed Bug 273041 Opened 20 years ago Closed 20 years ago

&gt is translated to >

Categories

(Core :: DOM: HTML Parser, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: lunatyq, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040919
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040919

source:
<pre>
CMyUniqueContainer&lt;T&gt myContainer;
CMyUniqueContainer&lt;T&gt::iterator Iter = myContainer.begin();
</pre>
displayed as:
CMyUniqueContainer<T> myContainer;
CMyUniqueContainer<T&gt::iterator Iter = myContainer.begin();
//In section : The Problem - on the page

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Firefox 1.0 also affected
it also displays bad:
<html>
<body>
<pre>
&lt;T&gt
&lt;T&gt:
</pre>
</body>
</html>
sorry i did't saw that there was no ; 
the problem:
&gt is translated to > but shouldn't
Summary: &gt; not translated to > → &gt is translated to >
Assignee: general → parser
Component: General → HTML: Parser
Product: Mozilla Application Suite → Core
QA Contact: general → mrbkap
Version: unspecified → Trunk
see bug 107320.  "&gt" should be translated to ">", but the last comment
suggests that "&gt:" should not.
Ok. Marking as INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.