Add <p>...</p> wrappers to some .tar.gz reference paragraphs.
authorW. Trevor King <wking@drexel.edu>
Thu, 16 Sep 2010 02:57:10 +0000 (22:57 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 16 Sep 2010 02:57:10 +0000 (22:57 -0400)
content/point_to_point/index.shtml
content/sorting_algorithms/index.shtml

index 018244a2b7d815f1d023c729d572ef6dac2ac2b3..e20a92739b079211812b5928b5895d7ff6c94a07 100644 (file)
@@ -287,8 +287,8 @@ above.</p>
 
 <h2 id="examples">Simple Examples</h2>
 
-The following message passing examples are bundled in
-<a href="../../src/MPI2_message_passing/MPI2_message_passing.tar.gz">MPI2_message_passing.tar.gz</a>.
+<p>The following message passing examples are bundled in
+<a href="../../src/MPI2_message_passing/MPI2_message_passing.tar.gz">MPI2_message_passing.tar.gz</a>.</p>
 
 <h3 id="communication">Communication</h3>
 
index e63976318911dbf1be11ac480724d6e26fff414c..a7d15ab414f29b65cd57fda769b598cec85da2b1 100644 (file)
@@ -103,8 +103,8 @@ worker nodes.</p>
 
 <h2 id="references">References</h2>
 
-The examples from this section are bundled in
-<a href="../../src/sorting/sorting.tar.gz">sorting.tar.gz</a>.
+<p>The examples from this section are bundled in
+<a href="../../src/sorting/sorting.tar.gz">sorting.tar.gz</a>.</p>
 
 <ul>
   <li><a href="http://www.nr.com/">Numerical Recipes</a> describes many