GNOME Bugzilla – Bug 691437
Fixing html markup
Last modified: 2013-01-20 23:27:01 UTC
Created attachment 233092 [details] [review] Fix html markup (patch) The "Building GIMP from Git" article has incorrect HTML markup: an ol tag is not closed, and <code> is used instead of <pre> (but <code> only works for one-liners). I used the "code" CSS class for <pre> which already exists in the www.gimp.org CSS. Before: http://awesom.eu/~cygal/gimp-git-build-before.png After: http://awesom.eu/~cygal/gimp-git-build-after.png Thanks for gimp and gimp.org.
commit d64504e76937e73a6035921c09e20b0c30a0ce90 Author: Michael Schumacher <schumaml@gmx.de> Date: Mon Jan 21 00:19:19 2013 +0100 Applying patch by Quentin Pradet. Fixes bug #691437