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 =
241241 title = display (packageName pkgId) ++ " " ++ display (packageVersion pkgId)
242242 body = fromShortText $ synopsis (packageDescription (pkgDesc pkgInfo))
243243 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> "
245245 user = Users. userIdToName users userId
246246
247247 (time, userId) = pkgOriginalUploadInfo pkgInfo
@@ -261,7 +261,7 @@ revisionItem users hostURI pkgInfo =
261261 title = display (packageName pkgId) ++ " " ++ display (packageVersion pkgId)
262262 body = " Revision #" ++ show revision
263263 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> "
265265 user = Users. userIdToName users userId
266266 revision = pkgNumRevisions pkgInfo - 1
267267
You can’t perform that action at this time.
0 commit comments