| Index: globals/sitemap.py | 
| =================================================================== | 
| --- a/globals/sitemap.py | 
| +++ b/globals/sitemap.py | 
| @@ -16,26 +16,26 @@ | 
| # Used to generate #primary-navigation and #breadcrumbs | 
| # level 1 - ["$PAGE_NAME", "$PAGE_TITLE", [$PAGE_CHILDREN]] | 
| # level 2 - ["$PAGE_NAME", "$PAGE_TITLE"] | 
| sitemap = [ | 
| ["about/index", "<span class='no-wrap-mobile'>What are <fix>Acceptable Ads</fix>?</span>", [ | 
| ["about/criteria", "Criteria"], | 
| - ["about/best-practices", "Best Practices"] | 
| + ["about/best-practices", "Best Practices"], | 
| ]], | 
| ["solutions/index", "Solutions",[ | 
| ["solutions/publishers", "Publishers"], | 
| ["solutions/ad-networks", "Ad Networks"], | 
| ["solutions/advertisers", "Advertisers"], | 
| ["solutions/ad-tech-suppliers", "Ad-Tech Suppliers"], | 
| - ["solutions/get-whitelisted/index", "Get whitelisted"] | 
| ]], | 
| + ["get-whitelisted/index", "Get whitelisted", []], | 
| ["users", "Users", []], | 
| ["committee/index", "Committee", [ | 
| ["committee/apply", "Apply"], | 
| ["committee/members", "Members"], | 
| ["committee/documents", "Documents"], | 
| ]], | 
| ["blog/index", "Blog", []], | 
| - ["tool-certification/index", "Acceptable Ads Certification Tool <em>(beta)</em>", []] | 
| + ["tool-certification/index", "Acceptable Ads Certification Tool <em>(beta)</em>", []], | 
| ] |