Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1071 from darkwing/dom-it
Browse files Browse the repository at this point in the history
Fixing DOM
  • Loading branch information
groovecoder committed May 9, 2013
2 parents 213486a + 5a24f23 commit 090b50e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/landing/templates/landing/home_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ <h2>{{ _('The Docs <span>Popular Topics</span>') }}</h2>
<li class="home-popular-docs">
<h3>{{ _('Web Basics') }}</h3>
<ul>
<li><a href="{{ devmo_url('HTML') }}">{{ _('HTML') }}</a></li>
<li><a href="{{ devmo_url('CSS') }}">{{ _('CSS') }}</a></li>
<li><a href="{{ devmo_url('JavaScript') }}">{{ _('JavaScript') }}</a></li>
<li><a href="{{ devmo_url('JavaScript') }}">{{ _('APIs / Dom') }}</a></li>
<li><a href="{{ devmo_url('JavaScript') }}">{{ _('Apps') }}</a></li>
<li><a href="{{ devmo_url('Web/HTML') }}">{{ _('HTML') }}</a></li>
<li><a href="{{ devmo_url('Web/CSS') }}">{{ _('CSS') }}</a></li>
<li><a href="{{ devmo_url('Web/JS') }}">{{ _('JavaScript') }}</a></li>
<li><a href="{{ devmo_url('Web/API') }}">{{ _('APIs / DOM') }}</a></li>
<li><a href="{{ devmo_url('Apps') }}">{{ _('Apps') }}</a></li>
<li><a href="{{ devmo_url('Web/Graphics') }}">{{ _('Graphics') }}</a></li>
<li><a href="{{ devmo_url('Tools') }}">{{ _('Developer Tools') }}</a></li>
<li><a href="{{ devmo_url('Web/MathML') }}">{{ _('MathML') }}</a></li>
Expand All @@ -51,7 +51,7 @@ <h3>{{ _('Mozilla For Developers') }}</h3>
<li><a href="{{ devmo_url('Mozilla/Firefox_for_Android') }}">{{ _('Firefox for Android') }}</a></li>
<li><a href="{{ devmo_url('Mozilla/Firefox_OS') }}">{{ _('Firefox OS') }}</a></li>
<li><a href="https://marketplace.firefox.com/developers/">{{ _('Firefox OS Marketplace') }}</a></li>
<li><a href="{{ devmo_url('Addons') }}">{{ _('Addons') }}</a></li>
<li><a href="{{ devmo_url('Addons') }}">{{ _('Add-ons') }}</a></li>
<li><a href="{{ devmo_url('Persona') }}">{{ _('Persona') }}</a></li>
</ul>
</li>
Expand Down

0 comments on commit 090b50e

Please sign in to comment.