diff --git a/ghc/docs/libraries/Exception.sgml b/ghc/docs/libraries/Exception.sgml
index 4666f59db459528c1b2a8d51781bbdc3d57f51d7..55de61d400bbe87c8d190d57d1994e857f0002f0 100644
--- a/ghc/docs/libraries/Exception.sgml
+++ b/ghc/docs/libraries/Exception.sgml
@@ -164,6 +164,7 @@ type; all other exceptions are re-thrown as with <tt/catchIO/ and
 friends above.
 
 <sect1> Other Utilities
+<p>
 
 The <tt/bracket/ functions are useful for making sure that resources are
 released properly by code that may raise exceptions: