aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-package-version-details.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-package-version-details.cxx')
-rw-r--r--mod/mod-package-version-details.cxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx
index 82221b4..40cbad6 100644
--- a/mod/mod-package-version-details.cxx
+++ b/mod/mod-package-version-details.cxx
@@ -187,9 +187,15 @@ handle (request& rq, response& rs)
const string what (title + " description");
s << (full
- ? DIV_TEXT (*d, *pkg->description_type, id, what, error)
+ ? DIV_TEXT (*d, *
+ pkg->description_type,
+ true /* strip_title */,
+ id,
+ what,
+ error)
: DIV_TEXT (*d,
*pkg->description_type,
+ true /* strip_title */,
options_->package_description (),
url (!full, id),
id,