File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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) {
Original file line number Diff line number Diff line change 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) {
Original file line number Diff line number Diff line change 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>
1212<H1 align="center">Media types</H1>
1313<!-- What is the definitive list of media types? -->
1414
15+ <!-- Are values case-sensitive? -->
16+
1517One of the most important features of style sheets is that they allow
1618authors to specify how a document is to be presented on different
1719media: on the screen, on paper, with a speech synthesizer, with a
You can’t perform that action at this time.
0 commit comments