Skip to content

Commit d1e0e73

Browse files
committed
[css2] remove extraneous comma
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402735
1 parent 79f5902 commit d1e0e73

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css2/ui.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h2>18.1 <a name="cursor-props">Cursors:</a> the <a href="ui.html#propdef-cursor
101101
<dt>text</dt>
102102
<dd>Indicates text that may be selected. Often rendered as an I-beam.
103103
</dd>
104-
<dt>wait,</dt>
104+
<dt>wait</dt>
105105
<dd>Indicates that the program is busy and the user should
106106
wait. Often rendered as a watch or hourglass.
107107
</dd>

css2/ui.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: ui.src,v 2.38 2007-05-22 17:21:58 fantasai Exp $ -->
3+
<!-- $Id: ui.src,v 2.39 2007-07-04 08:13:02 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>User interface</title>
@@ -54,7 +54,7 @@ south-east corner of the box.
5454
<dt>text</dt>
5555
<dd>Indicates text that may be selected. Often rendered as an I-beam.
5656
</dd>
57-
<dt>wait,</dt>
57+
<dt>wait</dt>
5858
<dd>Indicates that the program is busy and the user should
5959
wait. Often rendered as a watch or hourglass.
6060
</dd>

0 commit comments

Comments
 (0)