diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-24 17:07:56 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-24 17:07:56 -0500 |
commit | 4eabb3cb7a1a7c9af3232e8e8713e00a2d5dd861 (patch) | |
tree | 8567d2271c0938d80012079f67622658b25a5bfc /doc/bugs | |
parent | 8e2aae2b35605feb1219229bb3ad19802c6ec47b (diff) |
* inline: When forcing urls absolute for rss feeds, skip mailto and other
such urls.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/mailto:_links_not_properly_generated_in_rssatom_feeds.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/mailto:_links_not_properly_generated_in_rssatom_feeds.mdwn b/doc/bugs/mailto:_links_not_properly_generated_in_rssatom_feeds.mdwn index b2144cad4..5d6c6ad6d 100644 --- a/doc/bugs/mailto:_links_not_properly_generated_in_rssatom_feeds.mdwn +++ b/doc/bugs/mailto:_links_not_properly_generated_in_rssatom_feeds.mdwn @@ -1,3 +1,5 @@ [[meta title="mailto: links not properly generated in rss/atom feeds"]] A link like \[this](mailto:foo@bar.org) will not be converted correctly to a mailto link in the rss/atom feeds, but an absolute link instead. See e.g. the logitech post on http://madduck.net/blog/feeds/planet-lca2008/index.rss + +> fixed --[[Joey]] [[tag done]] |