X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/528ca2b6709f37552c2de85923a32056b4f6dc22..bbf61fe06f00e39e55f326d41f8c49b753c853de:/doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn diff --git a/doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn b/doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn index 2b736b305..ed93a2eb7 100644 --- a/doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn +++ b/doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn @@ -4,7 +4,7 @@ problems in particular could be observed, when compared to the use of tags in older versions of IkiWiki: * tags in feeds (both rss and atom) would use the file path as their - name (e.g. you would have in an atom + name (e.g. you would have `` in an atom item for a page tagged sometag with a tagbase of tags), whereas they appeared pure before * tags containing a slash character would appear without the slash @@ -12,3 +12,5 @@ tags in older versions of IkiWiki: (effect visible by tagging a page with a name such as "with/slash") I've written a [[patch]] to fix this issues by introducing a `tagname()` function that reverts `taglink()`, and it's available [[here|http://sprunge.us/SHRj]] as well as on my [[git|http://git.oblomov.eu/ikiwiki]] + +> [[Applied|done]], with some regexp improvements. --[[Joey]]