incref the X509Req when returning an X509Name from get_subject which refers to it; this prevents a segfault if the X509Name outlives the X509Req; update docs to reflect this and to reflect previous similar changes which were apparently made to X509.get_subject and X509.get_issuer
diff --git a/doc/html/internals.html b/doc/html/internals.html
index 1ecfb5d..c3128d2 100644
--- a/doc/html/internals.html
+++ b/doc/html/internals.html
@@ -46,10 +46,11 @@
<BR>
4 Internals
</H1>
+
<P>
-<EM><EM><EM>We ran into three main problems developing this: Exceptions, callbacks and
+We ran into three main problems developing this: Exceptions, callbacks and
accessing socket methods. This is what this chapter is about.
-</EM></EM></EM>
+
<P>
<p><hr>