diff options
Diffstat (limited to 'mod/mod-package-details.cxx')
-rw-r--r-- | mod/mod-package-details.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-package-details.cxx b/mod/mod-package-details.cxx index 74b3840..fc2e6be 100644 --- a/mod/mod-package-details.cxx +++ b/mod/mod-package-details.cxx @@ -222,7 +222,7 @@ handle (request& rq, response& rs) if (pkg->email) s << TR_EMAIL (*pkg->email); - s << TR_TAGS (pkg->tags, root, tenant) + s << TR_TOPICS (pkg->topics, root, tenant) << ~TBODY << ~TABLE; } |