Markup error in web client HOWTO

[email protected] Fri, 29 Jan 2010 16:17:05 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from khorn <[email protected]>:

In client.xhtml, line 180:

{{{
HTTP/1.0}
}}}

should be

{{{
HTTP/1.0
}}}

----------
Type     : enhancement
Component: web
Keywords : documentation
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4242