diff options
author | dom <dom@localhost> | 2003-08-25 15:12:01 +0000 |
---|---|---|
committer | dom <dom@localhost> | 2003-08-25 15:12:01 +0000 |
commit | 0fafcfbbbc11cb6b84c5116da09cbf3d3e5931ef (patch) | |
tree | c24a21b38151a3391eb08da9663164fc4160c4d8 | |
parent | 21c27c428dc807a124065cb9d0266d57ba35e420 (diff) | |
download | markup-validator-0fafcfbbbc11cb6b84c5116da09cbf3d3e5931ef.zip markup-validator-0fafcfbbbc11cb6b84c5116da09cbf3d3e5931ef.tar.gz markup-validator-0fafcfbbbc11cb6b84c5116da09cbf3d3e5931ef.tar.bz2 |
removed doctype tip (too syntactic); commented out cool uris, waiting for a real tip
-rw-r--r-- | htdocs/config/tips.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/config/tips.cfg b/htdocs/config/tips.cfg index 08b7617..df0c8ce 100644 --- a/htdocs/config/tips.cfg +++ b/htdocs/config/tips.cfg @@ -5,7 +5,7 @@ # the link to it. Will appear in Validation Results pages. To disable # just comment out or delete all lines in this file. # -# $Id: tips.cfg,v 1.5 2003-05-24 20:32:46 link Exp $ +# $Id: tips.cfg,v 1.6 2003-08-25 15:12:01 dom Exp $ # http://www.w3.org/2001/06tips/good-titles = \ @@ -21,11 +21,11 @@ http://www.w3.org/2001/06tips/Use_h1_for_Title = \ http://www.w3.org/2001/06tips/reback = \ Use standard redirects: don't break the back button! -http://www.w3.org/2001/06tips/Doctype = \ - Don't forget to add a doctype! +# http://www.w3.org/2001/06tips/Doctype = \ +# Don't forget to add a doctype! -http://www.w3.org/Provider/Style/URI = \ - Cool URIs don't change! +# http://www.w3.org/Provider/Style/URI = \ +# Cool URIs don't change! http://www.w3.org/2001/06tips/altAttribute = \ Use the <code>alt</code> attribute |