diff options
Diffstat (limited to 'mod/mod-package-details.cxx')
-rw-r--r-- | mod/mod-package-details.cxx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mod/mod-package-details.cxx b/mod/mod-package-details.cxx index fa073b5..5074eca 100644 --- a/mod/mod-package-details.cxx +++ b/mod/mod-package-details.cxx @@ -189,9 +189,15 @@ handle (request& rq, response& rs) const string what (name.string () + " 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, squery, page, id), id, |