diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-30 00:50:08 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-30 00:57:07 +0300 |
commit | 665057a9c4bb0d2ea5ca35d81cb1c22244fa7002 (patch) | |
tree | 35c9c6f50801a19ab4824647ab8921b9234f6003 /mod/mod-package-details.cxx | |
parent | 321fa79e78c17bdb1e3e27f6e8b9d019201584a1 (diff) |
Support stubs on package and package version details pages
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 1ee7a7a..7821b69 100644 --- a/mod/mod-package-details.cxx +++ b/mod/mod-package-details.cxx @@ -211,7 +211,7 @@ handle (request& rq, response& rs) s << TABLE(CLASS="proplist version") << TBODY - << TR_VERSION (name, p->version.string (), root) + << TR_VERSION (name, p->version, root) // @@ Shouldn't we skip low priority row ? Don't think so, why? // |