Browse Source

[917] add TODO for the user-visible name

Naoki Kambe 13 years ago
parent
commit
b79e0ef1ad
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/bin/stats/stats_httpd.py.in

+ 3 - 0
src/bin/stats/stats_httpd.py.in

@@ -721,6 +721,9 @@ class StatsHttpd:
                                      "title" : stats_spec["item_description"] \
                                          if "item_description" in stats_spec \
                                          else "" })
+                        # TODO: Consider whether we should always use
+                        # the identical name "item_name" for the
+                        # user-visible name in XSL.
                         td.text = stats_spec[ "item_title" if "item_title" in stats_spec else "item_name" ]
                         tr.append(td)
                         td = xml.etree.ElementTree.Element("td")