add missing line break
diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex
index c523ddb..0b922ef 100644
--- a/Doc/lib/xmlsaxhandler.tex
+++ b/Doc/lib/xmlsaxhandler.tex
@@ -65,7 +65,7 @@
 \end{datadesc}
 
 \begin{datadesc}{feature_string_interning}
-  Value: \code{"http://xml.org/sax/features/string-interning"}
+  Value: \code{"http://xml.org/sax/features/string-interning"}\\
   true: All element names, prefixes, attribute names, Namespace URIs, and
         local names are interned using the built-in intern function.\\
   false: Names are not necessarily interned, although they may be (default).\\