File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Distribution/Server/Pages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ releaseItem users hostURI pkgInfo =
241
241
title = display (packageName pkgId) ++ " " ++ display (packageVersion pkgId)
242
242
body = fromShortText $ synopsis (packageDescription (pkgDesc pkgInfo))
243
243
desc = " <i>Added by " ++ display user ++ " , " ++ showTime time ++ " .</i>"
244
- ++ if null body then " " else " <p>" ++ body
244
+ ++ if null body then " " else " <p>" ++ body ++ " </p> "
245
245
user = Users. userIdToName users userId
246
246
247
247
(time, userId) = pkgOriginalUploadInfo pkgInfo
@@ -261,7 +261,7 @@ revisionItem users hostURI pkgInfo =
261
261
title = display (packageName pkgId) ++ " " ++ display (packageVersion pkgId)
262
262
body = " Revision #" ++ show revision
263
263
desc = " <i>Revised by " ++ display user ++ " , " ++ showTime time ++ " .</i>"
264
- ++ if null body then " " else " <p>" ++ body
264
+ ++ if null body then " " else " <p>" ++ body ++ " </p> "
265
265
user = Users. userIdToName users userId
266
266
revision = pkgNumRevisions pkgInfo - 1
267
267
You can’t perform that action at this time.
0 commit comments