diff --git a/modules/hyperlinks.xml b/modules/hyperlinks.xml
index cded55e..0e9bbf2 100644
--- a/modules/hyperlinks.xml
+++ b/modules/hyperlinks.xml
@@ -45,7 +45,8 @@
                 </xsl:when>
                 <xsl:otherwise>
                     <!--
-                        Sometimes the hyperlink content may be explicitly split across multiple lines, separated by <br> elements. This isn't a problem in (X)HTML, but it breaks (Xe)LaTeX, because you can't include a \\ inside most macros. The solution is to explicitly process the sub-elements, and wrap appropriate hyperref macros around them, /except/ for any embedded <br> elements.
+                        Sometimes the hyperlink content may be explicitly split across multiple lines, separated by <br> elements. This isn't a problem in (X)HTML, but it breaks (Xe)LaTeX, because you can't include a \\ inside most macros. The solution is to explicitly process the sub-elements, and wrap appropriate hyperref macros around them, /except/ for any embedded <br> elements. This does lead to some slightly
+                        odd output when you embed markup in the hyperlink text.
                         
                         We can't just call hyperlink-internal, because we still want to process the <br> elements.
                     -->