bagder: curl-www/dl stuff.pm,1.3,1.4
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/dl
In directory labb:/tmp/cvs-serv18677
Modified Files:
stuff.pm
Log Message:
fix doctype
Index: stuff.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/stuff.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- stuff.pm 10 Oct 2004 08:07:31 -0000 1.3
+++ stuff.pm 10 May 2005 22:11:15 -0000 1.4
@@ -25,8 +25,9 @@
print <<MOO
Content-Type: text/html
-<html><head><title>cURL: $title</title>
-<link rel="stylesheet" type="text/css" href="/curl.css" />
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html><head><title>$title</title>
+<link rel="stylesheet" type="text/css" href="/curl.css">
</head>
<body><table><tr valign="top">
<td class="menu">$menu</td>
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits