You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2013/06/07 22:11:14 UTC

svn commit: r1490809 - /httpcomponents/httpclient/trunk/src/site/apt/primer.apt

Author: sebb
Date: Fri Jun  7 20:11:14 2013
New Revision: 1490809

URL: http://svn.apache.org/r1490809
Log:
Cannot use anchors as Figure captions (e.g. alt tags)

Modified:
    httpcomponents/httpclient/trunk/src/site/apt/primer.apt

Modified: httpcomponents/httpclient/trunk/src/site/apt/primer.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/site/apt/primer.apt?rev=1490809&r1=1490808&r2=1490809&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/site/apt/primer.apt (original)
+++ httpcomponents/httpclient/trunk/src/site/apt/primer.apt Fri Jun  7 20:11:14 2013
@@ -111,9 +111,9 @@ Client HTTP Programming Primer
 
     HttpClient is not a browser. Here's the difference.
 
-    <<Browser>>
+    {<<Browser>>}
 
-[images/browser.png] {Browser}
+[images/browser.png] Browser components
 
     The figure shows some of the components you will find in a browser.
     To the left, there is the user interface. The browser needs a rendering
@@ -146,9 +146,9 @@ Client HTTP Programming Primer
     executing protocols, to make as many websites as possible accessible to
     the user.
 
-    <<HTTP Client>>
+    {<<HTTP Client>>}
 
-[images/httpclient.png] {HTTP Client}
+[images/httpclient.png] HTTP Client components
 
     The figure shows some of the components you will find in a browser,
     and highlights the scope of HttpClient. The primary responsibility