Skip to content

Commit

Permalink
fix more php errors on mobile beta page (bug 712838)
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.mozilla.org/projects/mozilla.com/trunk@99893 4eb1ac78-321c-0410-a911-ec516a8615a5
  • Loading branch information
jlong@mozilla.com committed Jan 11, 2012
1 parent 307e82e commit 3577663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en-US/mobile/beta/index.html
Expand Up @@ -51,10 +51,10 @@ <h2><img src="<?=$config['static_prefix']?>/img/covehead/firefox/beta/title.png"
<span class="download-title">Download</span>
Firefox Beta for Mobile
</span>
<img src="{$config['static_prefix']}/img/covehead/channel/icon-mobile.png" alt="" />
<img src="<?=$config['static_prefix']?>/img/covehead/channel/icon-mobile.png" alt="" />
</a>
<div class="download-other"><a href="/$lang/mobile/platforms/">Supported devices</a> |
<a href="/$lang/legal/privacy/firefox.html">Privacy Policy</a></div>
<div class="download-other"><a href="/<?=$lang?>/mobile/platforms/">Supported devices</a> |
<a href="/<?=$lang?>/legal/privacy/firefox.html">Privacy Policy</a></div>
</div>
</div>
<div id="features">
Expand Down

0 comments on commit 3577663

Please sign in to comment.