Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
fix header logo link (bug 933251)
Browse files Browse the repository at this point in the history
  • Loading branch information
spasovski committed Oct 31, 2013
1 parent 148fc66 commit d333a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/header.html
@@ -1,5 +1,5 @@
<nav role="navigation">
<h1 class="site"><a href="/"><span class="wordmark">Firefox Marketplace</span></a></h1>
<h1 class="site"><a href="/" rel="external"><span class="wordmark">Firefox Marketplace</span></a></h1>
<a href="{{ url('homepage') }}" class="project">{{ _('Statistics') }}</a>
<span class="flex-shift"></span>
<span class="flex-span"></span>
Expand Down

0 comments on commit d333a77

Please sign in to comment.