Closed
Bug 54877
Opened 25 years ago
Closed 25 years ago
Incorrect spacing after an equal sign
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: ramsdell, Assigned: joki)
Details
(Keywords: testcase)
Attachments
(3 files)
The enclosed page has a line of text that ends with the equal sign. When
displayed with Amaya, the equal sign is surrounded by spaces. When I add a
space after the equal sign, M17 displays the equal sign surrounded by spaces,
however, without the additional space, M17 inserts no space after the equal
sign! Same bug appears in the Windows NT version.
John
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="John D. Ramsdell">
<META NAME="Version" CONTENT="$Id: index.html,v 1.2 2000/01/10 14:12:13
ramsdell Exp $">
<META NAME="GENERATOR" CONTENT="Emacs 19 (Linux)">
<TITLE>Penetration Analysis Application Formal Model</TITLE>
<style type="text/css">
H1 { text-align: center }
BODY { background: white; color: black}
</style>
</HEAD>
<BODY>
<h1>Penetration Analysis Application Formal Model</h1>
<p>....
<h3>Assumptions</h3>
<ul>
<li>C ⊆ C' implies ∃e' : δ<sub>g</sub>(e, g, C) =
δ<sub>g</sub>(e', g, C') and δ<sub>C</sub>(e, g, C) ⊆
δ<sub>C</sub>(e', g, C')
</ul>
</body>
</html>
Comment 1•25 years ago
|
||
In build 2000100120 on win2000 the text looks like this:
C) = g
Not sure if this is the correct way or not?
Comment 2•25 years ago
|
||
In a 2000100106 Linux nightly I see the attached. Don't know if it's right.
Reporter | ||
Comment 5•25 years ago
|
||
Triage
Assignee: clayton → joki
Comment 9•25 years ago
|
||
Upon managerial request, adding the "testcase" keyword to 84 open layout bugs that
do not have the "testcase" keyword and yet have an attachement with the word
"test" in the description field. Apologies for any mistakes.
Keywords: testcase
Comment 10•25 years ago
|
||
Per discussion on IRC during BugDay, this is a dup of bug 47154.
Keep up the reports!
Fabian.
*** This bug has been marked as a duplicate of 47154 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•