diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-17 18:48:46 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-17 18:48:46 +0300 |
commit | ff96d28f969a6716cfc9ccefe94e70132bc4d6db (patch) | |
tree | 1fce38985479e9152fdbaf2348e03036ba487810 /mod/mod-repository-details.cxx | |
parent | 48d4ae50d57d58c35b25d2917faad6700783ac0d (diff) |
Display package description as a pre-formatted text
Diffstat (limited to 'mod/mod-repository-details.cxx')
-rw-r--r-- | mod/mod-repository-details.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-repository-details.cxx b/mod/mod-repository-details.cxx index 6d3b8c1..d68a16e 100644 --- a/mod/mod-repository-details.cxx +++ b/mod/mod-repository-details.cxx @@ -130,7 +130,7 @@ handle (request& rq, response& rs) << ~P; if (r.description) - s << P_DESCRIPTION (*r.description); + s << P_TEXT (*r.description); if (r.certificate) { |