After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691437 - Fixing html markup
Fixing html markup
Status: RESOLVED FIXED
Product: gimp-web
Classification: Infrastructure
Component: www.gimp.org
unspecified
Other Linux
: Normal normal
: ---
Assigned To: The GIMP web bugs mail alias
The GIMP web bugs mail alias
Depends on:
Blocks:
 
 
Reported: 2013-01-09 17:42 UTC by Quentin Pradet
Modified: 2013-01-20 23:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix html markup (patch) (1.92 KB, patch)
2013-01-09 17:42 UTC, Quentin Pradet
none Details | Review

Description Quentin Pradet 2013-01-09 17:42:20 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.
Comment 1 Michael Schumacher 2013-01-20 23:27:01 UTC
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