Bug 9529 - Navigation HTML duplicated on webkit.org web site
Summary: Navigation HTML duplicated on webkit.org web site
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-21 08:15 PDT by David Kilzer (:ddkilzer)
Modified: 2006-11-14 13:53 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.85 KB, patch)
2006-11-14 03:56 PST, Mark Rowe (bdash)
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2006-06-21 08:15:06 PDT
The HTML used for navigation on the webkit.opendarwin.org web site is duplicated between these two files:

WebKitSite/blog/wp-content/themes/webkit/sidebar.php
WebKitSite/nav.inc

Note that the only difference is that the sidebar.php file has the blog archive links added to the bottom.

The duplication needs to be removed from these two files so that updating the navigation links only needs to happen in one file.

Note that SVN revision r14943 only updated nav.inc, not sidebar.php.
Comment 1 mitz 2006-11-12 09:01:27 PST
(In reply to comment #0)
> Note that SVN revision r14943 only updated nav.inc, not sidebar.php.

And again in r17513.
Comment 2 Mark Rowe (bdash) 2006-11-14 03:56:14 PST
Created attachment 11517 [details]
Patch
Comment 3 Mark Rowe (bdash) 2006-11-14 13:53:27 PST
Landed in r17763.