summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2002-09-04 19:36:29 +0000
committerville <ville@localhost>2002-09-04 19:36:29 +0000
commite8bcb33198206f4cdd09abdc1c217cf8d668e6b5 (patch)
tree3df7b54e709a7a894ad9f130c12f85ca8e5d97d7
parentbfd55fd50774b52bbf61ce40b12767783323211a (diff)
downloadmarkup-validator-e8bcb33198206f4cdd09abdc1c217cf8d668e6b5.zip
markup-validator-e8bcb33198206f4cdd09abdc1c217cf8d668e6b5.tar.gz
markup-validator-e8bcb33198206f4cdd09abdc1c217cf8d668e6b5.tar.bz2
Small markup fixes. Woohoo, my first commit :)
-rwxr-xr-xhtdocs/config/tips.html4
-rwxr-xr-xhtdocs/todo.html10
2 files changed, 7 insertions, 7 deletions
diff --git a/htdocs/config/tips.html b/htdocs/config/tips.html
index 94d1e60..64a3b9d 100755
--- a/htdocs/config/tips.html
+++ b/htdocs/config/tips.html
@@ -16,8 +16,8 @@
<li><a href="http://www.w3.org/2001/06tips/noClickHere">Don't use "click here" as link text</a></li>
<li><a href="http://www.w3.org/2001/06tips/">... more quality tip stuff@@</a></li>
</ul>
- <address>Dan Connolly and the QA team<br class=''/>
- <small>$Id: tips.html,v 1.5 2001-10-03 19:24:49 connolly Exp $</small>
+ <address>Dan Connolly and the QA team<br />
+ <small>$Id: tips.html,v 1.6 2002-09-04 19:36:29 ville Exp $</small>
</address>
</body>
</html>
diff --git a/htdocs/todo.html b/htdocs/todo.html
index 44d7454..8b9756b 100755
--- a/htdocs/todo.html
+++ b/htdocs/todo.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: todo.html,v 1.50 2002-08-20 01:51:23 link Exp $"
---><!--#set var="date" value="\$Date: 2002-08-20 01:51:23 $"
+<!--#set var="revision" value="\$Id: todo.html,v 1.51 2002-09-04 19:36:29 ville Exp $"
+--><!--#set var="date" value="\$Date: 2002-09-04 19:36:29 $"
--><!--#set var="title" value="TODO List for The W3C HTML Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
@@ -118,10 +118,10 @@
</li>
<li>
Add system requirements for
- <abbrev title="Microsoft Windows NT">NT<abbrev>/<acronym
+ <abbr title="Microsoft Windows NT">NT</abbr>/<acronym
title="Microsoft Windows 2000">W2K</acronym>.
Bug Bjoern about his "Installing the Validator on
- <abbrev title="Microsoft Windows NT">NT<abbrev>" doc.
+ <abbr title="Microsoft Windows NT">NT</abbr>" doc.
Link to ActiveState <code>Text::Iconv</code> and friends.
</li>
<li>Add docs on editing
@@ -319,7 +319,7 @@
checks for changes; it seemed to be
weekly or something, which isn't frequent enough, <acronym
title="In My Opinion">IMO</acronym>. Doing an
- <code>If-Modified-Since</code> </code>GET</code> every day doesn't
+ <code>If-Modified-Since</code> <code>GET</code> every day doesn't
cost much if pages don't change. Some of these features should only
be enabled if the page consistently returns a <code>Last-Modified</code>
header, maybe.