Only a little change, simply omitting  align="middle"  which did not
actually make a practical difference, since "middle" was about vertical
alignment.

On the way strip a little disclaimer above (since, really, the graphics
isn't bad ;-).

Committed.

Gerald

Index: news/gcse.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/gcse.html,v
retrieving revision 1.6
diff -u -r1.6 gcse.html
--- news/gcse.html      1 Sep 2018 23:42:07 -0000       1.6
+++ news/gcse.html      2 Sep 2018 08:19:09 -0000
@@ -48,10 +48,10 @@
 Fred Chow's thesis.</p>
 
 <p> The difference between GCSE and PRE is best illustrated with an example
-flow graph (please forgive the poor graphics, I'm no HTML or graphics 
guru).</p>
+flow graph:</p>
 
 <br />
-<img src="gcse.jpg" alt="PRE example" align="middle" width="425" height="425" 
/>
+<img src="gcse.jpg" alt="PRE example" width="425" height="425" />
 <br />
 
 

Reply via email to