summaryrefslogtreecommitdiff
path: root/doc/bugs/Tags_list_in_page_footer_uses_basename.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Tags_list_in_page_footer_uses_basename.mdwn')
-rw-r--r--doc/bugs/Tags_list_in_page_footer_uses_basename.mdwn5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/bugs/Tags_list_in_page_footer_uses_basename.mdwn b/doc/bugs/Tags_list_in_page_footer_uses_basename.mdwn
deleted file mode 100644
index 65406680a..000000000
--- a/doc/bugs/Tags_list_in_page_footer_uses_basename.mdwn
+++ /dev/null
@@ -1,5 +0,0 @@
-Page footers contain a list of links to the page and a list of tags applied to the page. The link list uses the full path to pages. However, the tag list contains only the basename of the tag pages. For instance, if I tag a page with person1/foo and person2/bar, the tag list will just list foo and bar without the necessary disambiguating prefixes.
-
-I think the tag list should always contain the full path to the tag, with the tagbase value removed.
-
---[[JoshTriplett]]