Skip to content

Commit cb90148

Browse files
committed
[css2] No   in "Applies to", as it was in CSS2.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401980
1 parent 64f6ff5 commit cb90148

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/bin/pextr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# <span class="propinst-name">&lt;'name'&gt;</span>
1414
#
1515
# Ian Jacobs - ij@w3.org (Based on work by Arnaud Le Hors)
16-
# $Id: pextr,v 1.23 2002-11-18 20:36:16 bbos Exp $
16+
# $Id: pextr,v 1.24 2002-11-28 20:58:35 bbos Exp $
1717
#
1818

1919
$PROGNAME = substr($0, rindex($0, "/") + 1);
@@ -148,7 +148,7 @@ sub format_media {
148148

149149
sub format_compval {
150150
print output "<tr valign=baseline>";
151-
print output "<td><em>Computed value:</em>&nbsp;&nbsp;";
151+
print output "<td><em>Computed&nbsp;value:</em>&nbsp;&nbsp;";
152152
print output "<td>$_[0]\n";
153153
}
154154

0 commit comments

Comments
 (0)