Skip to content

Commit aadce13

Browse files
committed
[css2] Fixed bug
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401251
1 parent 0f274f4 commit aadce13

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css2/bin/Attic/dextr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# <span class="propinst-name">&lt;'name'&gt;</span>
1313
#
1414
# Ian Jacobs - ij@w3.org (Based on work by Arnaud Le Hors)
15-
# $Id: dextr,v 1.13 1998-03-16 14:53:07 ijacobs Exp $
15+
# $Id: dextr,v 1.14 1998-03-17 08:13:38 ijacobs Exp $
1616

1717
$PROGNAME = substr($0, rindex($0, "/") + 1);
1818

@@ -49,7 +49,7 @@ $values = $_[1];
4949
$init = $_[2];
5050
$media = $_[3];
5151
print output "<DIV class=\"descdef\">\n";
52-
print output "<P><span class=\"index-def\" title=\"'$_[0]' (descriptor)\"></span><a name=\"descdef-$name\" class=\"descdef-title\"><strong>'$name'</strong> (Descriptor)</a>\'$_[0]\'</P>\n";
52+
print output "<P><span class=\"index-def\" title=\"'$_[0]' (descriptor)\"></span><a name=\"descdef-$name\" class=\"descdef-title\"><strong>'$name'</strong> (Descriptor)</a></P>\n";
5353
# We use cellspacing/cellpadding until more browsers
5454
# handle tables correctly.
5555
print output "<TABLE class=\"descinfo\" cellpadding=0 cellspacing=0>\n";

css2/bin/dextr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# <span class="propinst-name">&lt;'name'&gt;</span>
1313
#
1414
# Ian Jacobs - ij@w3.org (Based on work by Arnaud Le Hors)
15-
# $Id: dextr,v 1.13 1998-03-16 14:53:07 ijacobs Exp $
15+
# $Id: dextr,v 1.14 1998-03-17 08:13:38 ijacobs Exp $
1616

1717
$PROGNAME = substr($0, rindex($0, "/") + 1);
1818

@@ -49,7 +49,7 @@ $values = $_[1];
4949
$init = $_[2];
5050
$media = $_[3];
5151
print output "<DIV class=\"descdef\">\n";
52-
print output "<P><span class=\"index-def\" title=\"'$_[0]' (descriptor)\"></span><a name=\"descdef-$name\" class=\"descdef-title\"><strong>'$name'</strong> (Descriptor)</a>\'$_[0]\'</P>\n";
52+
print output "<P><span class=\"index-def\" title=\"'$_[0]' (descriptor)\"></span><a name=\"descdef-$name\" class=\"descdef-title\"><strong>'$name'</strong> (Descriptor)</a></P>\n";
5353
# We use cellspacing/cellpadding until more browsers
5454
# handle tables correctly.
5555
print output "<TABLE class=\"descinfo\" cellpadding=0 cellspacing=0>\n";

0 commit comments

Comments
 (0)