|
@@ -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")
|