diff mbox series

[wwwdocs] news/gcse.html goes HTML 5

Message ID alpine.LSU.2.21.1809021019080.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] news/gcse.html goes HTML 5 | expand

Commit Message

Gerald Pfeifer Sept. 2, 2018, 8:26 a.m. UTC
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
diff mbox series

Patch

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 />