Bug 13878 - mesa-7.0.2 faq HTML error
Summary: mesa-7.0.2 faq HTML error
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-31 17:41 UTC by benoit.hudson
Modified: 2008-01-01 07:01 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description benoit.hudson 2007-12-31 17:41:51 UTC
faq.html has a missing close-quote in one of its links (at "The OpenGL Specification is the bible for OpenGL implemention work. You should read it.").  This is a 1-character bug.

Bugzilla appears to have neither version 7.0.2 nor the component "doc," or I'd categorize this bug a bit better.

Patch:
--- faq.html.orig       2007-12-31 19:36:47.000000000 -0600
+++ faq.html    2007-12-31 19:37:07.000000000 -0600
@@ -342,7 +342,7 @@
 
 <h2>4.1 How can I contribute?</a></h2>
 <p>
-First, join the <a href="http://www.mesa3d.org/lists.html>Mesa3d-dev
+First, join the <a href="http://www.mesa3d.org/lists.html">Mesa3d-dev
 mailing list</a>.
 That's where Mesa development is discussed.
 </a></p>
Comment 1 benoit.hudson 2007-12-31 17:46:26 UTC
It should be clear that I copied the wrong line to describe where the bug is; the patch is what's right.
Comment 2 Dan Nicholson 2007-12-31 18:36:38 UTC
I fixed this a couple weeks ago in master, but didn't push it back to the 7.0 branch.

http://cgit.freedesktop.org/mesa/mesa/commit/?id=f71032b7e257401959428c3498d687ca199c9c03

I don't know how the documentation on the website gets updated from the docs in git.
Comment 3 Brian Paul 2008-01-01 07:01:12 UTC
Fixed in git and pushed to the website (which is still hosted by sourceforge).


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.