diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-05 20:58:56 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-05 20:58:56 +0000 |
commit | ed0ac071fb533ce784b368ab84c858bffb41e04e (patch) | |
tree | 2c30372eb4805d0c6ace49b9b27c3b9eca48496c /doc | |
parent | 5dde5c7bc81752004c434ab9a8d9e87613078f52 (diff) |
web commit by NicolasLimare: typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/rel_attribute_for_links.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/rel_attribute_for_links.mdwn b/doc/todo/rel_attribute_for_links.mdwn index ced192758..d63314a86 100644 --- a/doc/todo/rel_attribute_for_links.mdwn +++ b/doc/todo/rel_attribute_for_links.mdwn @@ -3,7 +3,7 @@ A rel="" attribute is desirable for links, for example to * limit the interest of comment spam with rel="nofollow" for anonymous wiki contributions (see [Google](http://googleblog.blogspot.com/2005/01/preventing-comment-spam.html)) * identify page tags with rel="tag" (see [microformats](http://microformats.org/wiki/rel-tag)) * define a social network with rel="friend co-worker met ..." for contacts (see [XFN](http://www.gmpg.org/xfn/)) -* define a license with rel="license" for contacts (see [microformats](http://microformats.org/wiki/rel-license)) +* define a license with rel="license" (see [microformats](http://microformats.org/wiki/rel-license)) This patch adds this possibility to htmllink(). |