Skip to content

Commit f86202b

Browse files
committed
[css2] Minor fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4070
1 parent 4e2611f commit f86202b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

css2/bin/Attic/mktoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# 1. Some header - and its related comment
66
#
77
# Arnaud Le Hors - lehors@w3.org
8-
# $Id: mktoc,v 1.8 1997-09-12 14:45:36 bbos Exp $
8+
# $Id: mktoc,v 1.9 1997-09-16 01:59:34 ian Exp $
99

1010
$PROGNAME = substr($0, rindex($0, "/") + 1);
1111

@@ -107,8 +107,7 @@ foreach $file (@ARGV) {
107107
$txt = cleanup($t);
108108
if ($h lt $tocdepth) {
109109
if ($h == 1) {
110-
print OUTPUT
111-
"<P CLASS=\"tocline\"><a href=\"$url\"$rel><strong>$num $txt</strong></a>\n";
110+
print OUTPUT "<P CLASS=\"tocline\"><a href=\"$url\"$rel><strong>$num $txt</strong></a>\n";
112111
} elsif ($h == 2) {
113112
print OUTPUT "<BR><a href=\"$url\"$rel>$num $txt</a>\n";
114113
} elsif ($h == 3) {

css2/bin/mktoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# 1. Some header - and its related comment
66
#
77
# Arnaud Le Hors - lehors@w3.org
8-
# $Id: mktoc,v 1.8 1997-09-12 14:45:36 bbos Exp $
8+
# $Id: mktoc,v 1.9 1997-09-16 01:59:34 ian Exp $
99

1010
$PROGNAME = substr($0, rindex($0, "/") + 1);
1111

@@ -107,8 +107,7 @@ foreach $file (@ARGV) {
107107
$txt = cleanup($t);
108108
if ($h lt $tocdepth) {
109109
if ($h == 1) {
110-
print OUTPUT
111-
"<P CLASS=\"tocline\"><a href=\"$url\"$rel><strong>$num $txt</strong></a>\n";
110+
print OUTPUT "<P CLASS=\"tocline\"><a href=\"$url\"$rel><strong>$num $txt</strong></a>\n";
112111
} elsif ($h == 2) {
113112
print OUTPUT "<BR><a href=\"$url\"$rel>$num $txt</a>\n";
114113
} elsif ($h == 3) {

css2/media.src

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
22
<html lang="en">
3-
<!-- $Id: media.src,v 1.10 1997-09-08 23:58:44 ian Exp $ -->
3+
<!-- $Id: media.src,v 1.11 1997-09-16 02:00:31 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
@@ -12,6 +12,8 @@
1212
<H1 align="center">Media types</H1>
1313
<!-- What is the definitive list of media types? -->
1414

15+
<!-- Are values case-sensitive? -->
16+
1517
One of the most important features of style sheets is that they allow
1618
authors to specify how a document is to be presented on different
1719
media: on the screen, on paper, with a speech synthesizer, with a

0 commit comments

Comments
 (0)