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

Fix uncorrect links and lang code in translation #112

Merged
merged 2 commits into from Sep 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions pt-br/index.html
@@ -1,6 +1,6 @@
<!DOCTYPE html public "i ♥ the web">
<!--[if lt IE 9]> <html class="no-js oldie no-fontface" lang="en"> <![endif]-->

This comment was marked as abuse.

<!--[if gt IE 8]><!--> <html class="no-js no-fontface" lang="en"> <!--<![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js no-fontface" lang="pt"> <!--<![endif]-->

This comment was marked as abuse.

<head>
<meta charset="utf-8">
<title>Move The Web Forward | Guia de como se envolver com os padrões e melhoras dos navegadores</title>
Expand Down Expand Up @@ -467,8 +467,8 @@ <h2 class="subhed">Só nas mutretas!</h2>
<li><a href="https://twitter.com/necolas"><img src="https://pbs.twimg.com/profile_images/529444560179449857/eKdCJhvp_normal.jpeg" alt="Nicolas Gallagher"> <b>Nicolas</b> Gallagher</a>
<li><a href="https://twitter.com/addyosmani"><img src="https://pbs.twimg.com/profile_images/422476220442234880/jlx9HMtr_normal.jpeg" alt="Addy Osmani"> <b>Addy</b> Osmani</a>
</ul>
<p class="others">& <a href=https://github.com/h5bp/movethewebforward/contributors><span>todas essas pessoas incríveis</span>.</a></p>
<p>Dinos por <a href="http://dribbble.com/deathbearbrown">Sue Lockwood</a> • <a href=https://github.com/h5bp/movethewebforward>Contribua neste projeto!</a></p>
<p class="others">& <a href="https://github.com/h5bp/movethewebforward/contributors"><span>todas essas pessoas incríveis</span>.</a></p>
<p>Dinos por <a href="http://dribbble.com/deathbearbrown">Sue Lockwood</a> • <a href="https://github.com/h5bp/movethewebforward">Contribua neste projeto!</a></p>
</footer>
<script>
window._gaq=[['_setAccount','UA-17904194-2'],['_trackPageview']];
Expand Down